Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Ddb_machdep.h54 #define BKPT_SIZE (4) macro
66 kdb_frame->pc += BKPT_SIZE; \
67 kdb_thrctx->pcb_regs.pc += BKPT_SIZE; \
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h45 #define BKPT_SIZE (INSN_SIZE) macro
49 kdb_frame->tf_pc += BKPT_SIZE; \
/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h49 #define BKPT_SIZE (4) macro
53 kdb_frame->tf_elr += BKPT_SIZE; \
/f-stack/freebsd/ddb/
H A Ddb_break.c165 *storage = db_get_value(addr, BKPT_SIZE, false); \
166 db_put_value(addr, BKPT_SIZE, BKPT_SET(*storage)); \
172 db_put_value(addr, BKPT_SIZE, *storage)
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h42 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h45 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro