Searched refs:BREAKPOINT_INSTR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/lib/libproc/
H A Dproc_bkpt.c46 #define BREAKPOINT_INSTR 0xcc /* int 0x3 */ macro
49 #define BREAKPOINT_INSTR 0xd /* break */ macro
52 #define BREAKPOINT_INSTR 0x7fe00008 /* trap */ macro
121 paddr = BREAKPOINT_INSTR;
188 * address, i.e. at the BREAKPOINT_INSTR address.
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/
H A Dfasttrap_isa.c188 #define BREAKPOINT_INSTR 0x91d02001 /* ta 1 */ macro
1074 if (instr != FASTTRAP_INSTR && instr != BREAKPOINT_INSTR)

Completed in 115 milliseconds