Lines Matching refs:bkpt
63 void function_entry(private_t *, struct bkpt *, struct callstack *);
73 struct bkpt *create_bkpt(uintptr_t, int, int);
86 struct bkpt *Bp; in setup_thread_agent()
112 struct bkpt **Bpp; in delete_breakpoints()
113 struct bkpt *Bp; in delete_breakpoints()
144 bpt_hashtable = my_malloc(HASHSZ * sizeof (struct bkpt *), in establish_breakpoints()
147 HASHSZ * sizeof (struct bkpt *)); in establish_breakpoints()
156 struct bkpt *Bp; in establish_breakpoints()
411 struct bkpt *
414 struct bkpt *Bp; in get_bkpt()
429 struct bkpt *
433 struct bkpt *Bp; in create_bkpt()
454 Bp = my_malloc(sizeof (struct bkpt), NULL); in create_bkpt()
475 struct bkpt *Bp; in set_deferred_breakpoints()
500 struct bkpt *Bp; in symbol_iter()
575 struct bkpt *Bp; in report_htable_stats()
1067 struct bkpt *Bp; in reset_breakpoints()
1123 struct bkpt *Bp; in clear_breakpoints()
1160 struct bkpt *Bp; in reestablish_traps()
1178 struct callstack *Stk, struct dynlib *Dp, struct bkpt *Bp) in show_function_call()
1209 struct callstack *Stk, struct dynlib *Dp, struct bkpt *Bp) in show_function_return()
1251 struct bkpt *Bp; in function_trace()
1443 function_entry(private_t *pri, struct bkpt *Bp, struct callstack *Stk) in function_entry()
1564 struct bkpt *Bp; in trap_one_stack()
1780 struct bkpt *Bp; in return_count32()