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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dinfrun.c241 static int breakpoints_inserted; variable
533 if (CANNOT_STEP_HW_WATCHPOINTS && step && breakpoints_inserted)
587 || (!breakpoints_inserted && breakpoint_here_p (read_pc ()))))
610 if (step && breakpoints_inserted && breakpoint_here_p (read_pc ()))
768 breakpoints_inserted = 1;
860 breakpoints_inserted = 0;
1319 if (breakpoints_inserted)
1346 if (breakpoints_inserted)
1598 if (breakpoints_inserted && breakpoint_here_p (stop_pc))
1663 breakpoints_inserted
[all...]

Completed in 114 milliseconds