Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c86 struct bkpt *Bp; in setup_thread_agent()
112 struct bkpt **Bpp; in delete_breakpoints()
113 struct bkpt *Bp; in delete_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()
475 struct bkpt *Bp; in set_deferred_breakpoints()
500 struct bkpt *Bp; in symbol_iter()
[all …]
H A Dramdata.h218 struct bkpt { /* to describe one function's entry point */ struct
219 struct bkpt *next; /* hash table linked list */ argument
262 extern struct bkpt **bpt_hashtable; /* breakpoint hash table */
277 struct bkpt *fcn; /* name of function called */
H A Dramdata.c106 struct bkpt **bpt_hashtable; /* breakpoint hash table */
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkaif.c292 mdb_instr_t bkpt = KAIF_BREAKPOINT_INSTR; in kaif_brkpt_arm() local
303 if (mdb_tgt_awrite(mdb.m_target, MDB_TGT_AS_VIRT_I, &bkpt, in kaif_brkpt_arm()