Home
last modified time | relevance | path

Searched refs:FIXUP_PC_AFTER_BREAK (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/ddb/
H A Ddb_run.c80 #ifdef FIXUP_PC_AFTER_BREAK in db_stop_at_pc()
86 FIXUP_PC_AFTER_BREAK(regs); in db_stop_at_pc()
/openbsd/sys/arch/sh/include/
H A Ddb_machdep.h53 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_spc -= BKPT_SIZE) macro
/openbsd/sys/arch/i386/include/
H A Ddb_machdep.h56 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_eip -= BKPT_SIZE) macro
/openbsd/sys/arch/amd64/include/
H A Ddb_machdep.h59 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_rip -= BKPT_SIZE) macro
/openbsd/sys/arch/hppa/include/
H A Ddb_machdep.h46 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_iioq_head -= sizeof(int)) macro
/openbsd/sys/arch/alpha/include/
H A Ddb_machdep.h61 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_regs[FRAME_PC] -= sizeof(int)) macro