Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dbreakpoint.c660 if (b->loc_type != bp_loc_software_breakpoint) in deprecated_read_memory_nobpt()
796 if (bpt->loc_type == bp_loc_software_breakpoint in insert_bp_location()
797 || bpt->loc_type == bp_loc_hardware_breakpoint) in insert_bp_location()
806 if (bpt->loc_type == bp_loc_hardware_breakpoint) in insert_bp_location()
822 if (bpt->loc_type == bp_loc_hardware_breakpoint) in insert_bp_location()
841 if (bpt->loc_type == bp_loc_hardware_breakpoint) in insert_bp_location()
887 if (bpt->loc_type == bp_loc_hardware_breakpoint) in insert_bp_location()
914 else if (bpt->loc_type == bp_loc_hardware_watchpoint in insert_bp_location()
1147 if ((b->loc_type == bp_loc_hardware_watchpoint in insert_breakpoints()
1212 if (b->inserted && b->loc_type == bp_loc_hardware_watchpoint) in remove_hw_watchpoints()
[all …]
Dbreakpoint.h215 enum bp_loc_type loc_type; member