Home
last modified time | relevance | path

Searched refs:BPINSTR (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sgs/librtld_db/demo/i386/
H A Drdb_mach.h38 #define BPINSTR 0xcc /* int 3 */ macro
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/amd64/
H A Drdb_mach.h42 #define BPINSTR 0xcc /* int 3 */ macro
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/sparc/
H A Drdb_mach.h44 #define BPINSTR 0x91d02001 /* ta ST_BREAKPOINT */ macro
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/sparcv9/
H A Drdb_mach.h44 #define BPINSTR 0x91d02001U /* ta ST_BREAKPOINT */ macro
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dbpt.c155 bptinstr_t bpt_instr = BPINSTR; in set_breaks()