Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c63 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 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/test/libproc-tests/tests/syscall/
H A Dpr_inject.c167 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 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()