Searched refs:bp_loc_software_breakpoint (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbreakpoint.h204 bp_loc_software_breakpoint,
250 Valid only for bp_loc_software_breakpoint. */
203 bp_loc_software_breakpoint, enumerator in enum:bp_loc_type
H A Dbreakpoint.c649 if (b->loc_type != bp_loc_software_breakpoint)
774 if (bpt->loc_type == bp_loc_software_breakpoint
1404 if (b->loc_type == bp_loc_software_breakpoint
1682 if (bpt->loc_type != bp_loc_software_breakpoint
1716 if (bpt->loc_type != bp_loc_software_breakpoint
1746 if (bpt->loc_type != bp_loc_software_breakpoint)
1810 if (bpt->loc_type != bp_loc_software_breakpoint
4013 loc->loc_type = bp_loc_software_breakpoint;

Completed in 68 milliseconds