Home
last modified time | relevance | path

Searched refs:bp_location_at (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinline-frame.c318 bp_location *loc = s->bp_location_at.get (); in stopped_by_user_bp_inline_frame()
Dbreakpoint.h1391 bp_location_ref_ptr bp_location_at; member
Dbreakpoint.c4549 bp_location_at (other.bp_location_at), in bpstat()
4656 const struct bp_location *bl = bs->bp_location_at.get (); in bpstat_locno()
5115 bp_location_at (bp_location_ref_ptr::new_reference (bl)), in bpstat()
5400 bl = bs->bp_location_at.get (); in bpstat_check_watchpoint()
5573 bl = bs->bp_location_at.get (); in bpstat_check_breakpoint_conditions()
6091 if (bs->bp_location_at->loc_type == bp_loc_software_breakpoint in bpstat_what()
6092 || bs->bp_location_at->loc_type == bp_loc_hardware_breakpoint) in bpstat_what()
6161 handle_jit_event (bs->bp_location_at->address); in bpstat_run_callbacks()
9960 gdb_assert (bs->bp_location_at != NULL); in print_it()
12073 bl = bs->bp_location_at.get (); in print_it()
Damd-dbgapi-target.c516 paddress (inf->arch (), bs->bp_location_at->address)); in check_status()
529 breakpoint_id.handle, paddress (inf->arch (), bs->bp_location_at->address), in check_status()
Dada-lang.c12272 bs->stop = should_stop_exception (bs->bp_location_at.get ()); in check_status()
DChangeLog-20102798 field bp_location_at.
DChangeLog-2020649 <bp_location_at>: Now a bp_location_ref_ptr.