Home
last modified time | relevance | path

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

/titanic_41/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 */
/titanic_41/usr/src/cmd/mdb/intel/kmdb/
H A Dkaif.c262 mdb_instr_t bkpt = KAIF_BREAKPOINT_INSTR; in kaif_brkpt_arm() local
268 if (mdb_tgt_vwrite(mdb.m_target, &bkpt, sizeof (mdb_instr_t), addr) != in kaif_brkpt_arm()
/titanic_41/usr/src/cmd/mdb/sparc/kmdb/
H A Dkaif.c296 mdb_instr_t bkpt = KAIF_BRKPT_INSTR; in kaif_brkpt_arm() local
302 if (mdb_tgt_vwrite(mdb.m_target, &bkpt, sizeof (mdb_instr_t), addr) != in kaif_brkpt_arm()