Searched refs:BKPT_SIZE (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Ddb_machdep.h50 #define PC_ADVANCE(regs) ((regs)->tf_spc += BKPT_SIZE)
54 #define BKPT_SIZE 2 /* size of breakpoint inst */ macro
57 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_spc -= BKPT_SIZE)
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Ddb_machdep.h62 (regs)->r_regs[_R_PC] += BKPT_SIZE; \
68 (regs)->r_regs[_R_PC] += BKPT_SIZE; \
73 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Ddb_machdep.h56 #define PC_ADVANCE(regs) ((regs)->tf_r15 += BKPT_SIZE)
59 #define PC_ADVANCE(r) ((r)->tf_r15 += BKPT_SIZE)
69 #define BKPT_SIZE (INSN_SIZE) /* size of breakpoint inst */ macro
72 /*#define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_pc -= BKPT_SIZE)*/
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Ddb_machdep.h54 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
57 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_pc -= BKPT_SIZE)
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Ddb_machdep.h65 #define PC_ADVANCE(r) ((r)->tf_rip += BKPT_SIZE)
69 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
72 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_rip -= BKPT_SIZE)
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Ddb_machdep.h70 #define BKPT_SIZE sizeof(int) macro
79 * However, we can't allow ddb/kgdb to simply add BKPT_SIZE to
85 (regs)->tf_iioq_tail += BKPT_SIZE; \
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Ddb_machdep.h66 #define BKPT_SIZE (2) /* size of breakpoint inst */ macro
69 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_pc -= BKPT_SIZE)
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Ddb_machdep.h68 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
71 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_eip -= BKPT_SIZE)
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Ddb_machdep.h53 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro
57 ((regs)->tf_regs[FRAME_PC] -= BKPT_SIZE)
/netbsd-6-1-5-RELEASE/sys/ddb/
H A Ddb_run.c127 PC_REGS(regs) += BKPT_SIZE;
447 bkpt->bkpt_inst = db_get_value(bkpt->address, BKPT_SIZE, false);
448 db_put_value(bkpt->address, BKPT_SIZE,
456 db_put_value(bkpt->address, BKPT_SIZE, bkpt->bkpt_inst);
H A Ddb_break.c173 BKPT_SIZE, false);
175 BKPT_SIZE,
193 db_put_value(bkpt->address, BKPT_SIZE,
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Ddb_machdep.h72 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Ddb_machdep.h95 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Ddb_machdep.h72 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Ddb_machdep.h88 #define BKPT_SIZE 8 macro
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkgdb_stub.c387 PC_REGS(regs) += BKPT_SIZE;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Ddb_interface.c224 db_read_bytes(PC_REGS(DDB_REGS),BKPT_SIZE,(void *)&bkpt); local
226 PC_REGS(DDB_REGS) += BKPT_SIZE;

Completed in 263 milliseconds