Searched refs:bkpt (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/truss/ |
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; 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() [all …]
|
H A D | ramdata.h | 218 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 D | ramdata.c | 106 struct bkpt **bpt_hashtable; /* breakpoint hash table */
|
/illumos-gate/usr/src/test/libproc-tests/tests/syscall/ |
H A D | pr_inject.c | 167 ulong_t bkpt; in main() local 199 if (Psetbkpt(P, sym.st_value, &bkpt) != 0) { in main() 225 if (Pdelbkpt(P, sym.st_value, bkpt) != 0) { in main()
|
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kaif.c | 292 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()
|