Home
last modified time | relevance | path

Searched refs:PC_ADVANCE (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/ddb/
H A Ddb_run.c110 #ifdef PC_ADVANCE in db_stop_at_pc()
111 PC_ADVANCE(regs); in db_stop_at_pc()
/openbsd/sys/arch/sh/include/
H A Ddb_machdep.h47 #define PC_ADVANCE(regs) ((regs)->tf_spc += BKPT_SIZE) macro
/openbsd/sys/arch/sparc64/include/
H A Ddb_machdep.h89 #define PC_ADVANCE(regs) do { \ macro