Home
last modified time | relevance | path

Searched refs:BPT (Results 1 – 11 of 11) sorted by relevance

/original-bsd/sys/vax/include/
H A Dkdbparam.h23 #define BPT 03 macro
29 #define SETBP(ins) (BPT | ((ins) & ~0xff))
/original-bsd/sys/tahoe/include/
H A Dkdbparam.h20 #define BPT 0x30 macro
31 #define SETBP(ins) ((BPT<<24) | ((ins) & 0xffffff))
/original-bsd/old/adb/adb.hp300/
H A Ddefs.h62 #define BPT 03 macro
113 #define BPT 0x4e42 macro
H A Drunpcs.c260 #define SETBP(ins) (BPT | ((ins) &~ 0xFF))
264 #define SETBP(ins) ((BPT << 16) | ((ins) & 0xFFFF))
/original-bsd/old/adb/adb.tahoe/
H A Ddefs.h40 #define BPT 0x30 macro
H A Drunpcs.c228 #define SETBP(ins) (BPT | ((ins) &~ 0xff))
230 #define SETBP(ins) ((BPT<<24) | ((ins) & 0xffffff))
/original-bsd/old/adb/adb.vax/
H A Ddefs.h45 #define BPT 03 macro
H A Drunpcs.c246 #define SETBP(ins) (BPT | ((ins) &~ 0xFF))
/original-bsd/old/sdb/
H A Ddefs.h73 #define BPT 03 macro
H A Drunpcs.c262 ptrace(WIUSER, pid, a, BPT | (bkptr->ins&~0xFF)); in setbp()
/original-bsd/sys/sparc/sparc/
H A Dlocore.s228 #define BPT VTRAP(T_BREAKPOINT, bpt) macro
231 #define BPT TRAP(T_BREAKPOINT) macro
384 BPT ! 81 = pseudo breakpoint instruction