Searched defs:FIXUP_PC_AFTER_BREAK (Results 1 - 5 of 5) sorted by relevance

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

Completed in 73 milliseconds