Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Ddb_machdep.h42 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
/freebsd/sys/arm/include/
H A Ddb_machdep.h44 #define BKPT_SIZE (INSN_SIZE) macro
/freebsd/sys/riscv/include/
H A Ddb_machdep.h51 #define BKPT_SIZE (INSN_SIZE) macro
/freebsd/sys/amd64/include/
H A Ddb_machdep.h39 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
/freebsd/sys/powerpc/include/
H A Ddb_machdep.h49 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro
/freebsd/sys/arm64/include/
H A Ddb_machdep.h52 #define BKPT_SIZE (4) macro