Searched refs:bkpt (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/truss/ |
H A D | ramdata.h | 218 struct bkpt { /* to describe one function's entry point */ struct 219 struct bkpt *next; /* hash table linked list */ 240 int built; /* if true, bkpt list has been built */ 262 extern struct bkpt **bpt_hashtable; /* breakpoint hash table */ 277 struct bkpt *fcn; /* name of function called */
|
H A D | fcall.c | 63 void function_entry(private_t *, struct bkpt *, struct callstack *); 73 struct bkpt *create_bkpt(uintptr_t, int, int); 86 struct bkpt *Bp; 112 struct bkpt **Bpp; 113 struct bkpt *Bp; 144 bpt_hashtable = my_malloc(HASHSZ * sizeof (struct bkpt *), 147 HASHSZ * sizeof (struct bkpt *)); 156 struct bkpt *Bp; 411 struct bkpt * 414 struct bkpt *B [all...] |
H A D | ramdata.c | 106 struct bkpt **bpt_hashtable; /* breakpoint hash table */
|
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kaif.c | 262 mdb_instr_t bkpt = KAIF_BREAKPOINT_INSTR; local 268 if (mdb_tgt_vwrite(mdb.m_target, &bkpt, sizeof (mdb_instr_t), addr) !=
|
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kaif.c | 296 mdb_instr_t bkpt = KAIF_BRKPT_INSTR; local 302 if (mdb_tgt_vwrite(mdb.m_target, &bkpt, sizeof (mdb_instr_t), addr) !=
|
Completed in 66 milliseconds