Home
last modified time | relevance | path

Searched refs:loc_type (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c649 if (b->loc_type != bp_loc_software_breakpoint) in deprecated_read_memory_nobpt()
790 if (bpt->loc_type == bp_loc_software_breakpoint in insert_bp_location()
800 if (bpt->loc_type == bp_loc_hardware_breakpoint) in insert_bp_location()
1227 if (b->loc_type == bp_loc_hardware_breakpoint) in reattach_breakpoints()
1419 if (b->loc_type == bp_loc_software_breakpoint in remove_breakpoint()
1433 if (b->loc_type == bp_loc_hardware_breakpoint) in remove_breakpoint()
1452 if (b->loc_type == bp_loc_hardware_breakpoint) in remove_breakpoint()
1689 && bpt->loc_type != bp_loc_hardware_breakpoint) in breakpoint_here_p()
1723 && bpt->loc_type != bp_loc_hardware_breakpoint) in breakpoint_inserted_here_p()
3205 && bpt->loc_type == bp_loc_hardware_watchpoint) in bpstat_have_active_hw_watchpoints()
[all …]
H A Dbreakpoint.h216 enum bp_loc_type loc_type; member