Home
last modified time | relevance | path

Searched refs:breakpoints_inserted (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfrun.c241 static int breakpoints_inserted; variable
531 if (CANNOT_STEP_HW_WATCHPOINTS && step && breakpoints_inserted) in resume()
585 || (!breakpoints_inserted && breakpoint_here_p (read_pc ())))) in resume()
608 if (step && breakpoints_inserted && breakpoint_here_p (read_pc ())) in resume()
765 breakpoints_inserted = 1; in proceed()
856 breakpoints_inserted = 0; in init_wait_for_inferior()
1314 if (breakpoints_inserted) in handle_inferior_event()
1341 if (breakpoints_inserted) in handle_inferior_event()
1593 if (breakpoints_inserted && breakpoint_here_p (stop_pc)) in handle_inferior_event()
1658 breakpoints_inserted = 0; in handle_inferior_event()
[all …]
H A DChangeLog-19921839 * infrun.c (breakpoints_inserted): Make it static again.
H A DChangeLog-20014686 stepping, breakpoint_here_p and breakpoints_inserted.