Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c73 struct bkpt *create_bkpt(uintptr_t, int, int);
100 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL) in setup_thread_agent()
160 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL) in establish_breakpoints()
163 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL) in establish_breakpoints()
166 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL) in establish_breakpoints()
430 create_bkpt(uintptr_t pc, int ret, int set) in create_bkpt() function
542 if ((Bp = create_bkpt(pc, 0, 0)) == NULL) /* can't fail */ in symbol_iter()
1477 (void) create_bkpt(rpc, 1, 1); /* may or may not be set */ in function_entry()
1612 if (create_bkpt(rpc, 1, 1) != NULL) { in trap_one_stack()