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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.h421 int stopped_by_watchpoint);
H A Dinfrun.c1238 int stopped_by_watchpoint = -1; /* Mark as unknown. */
1770 stopped_by_watchpoint = STOPPED_BY_WATCHPOINT (ecs->ws);
1850 stopped_by_watchpoint);
1233 int stopped_by_watchpoint = -1; /* Mark as unknown. */ local
H A Dbreakpoint.c2589 bpstat_stop_status (CORE_ADDR bp_addr, ptid_t ptid, int stopped_by_watchpoint)
2633 && !stopped_by_watchpoint)
2583 bpstat_stop_status(CORE_ADDR bp_addr, ptid_t ptid, int stopped_by_watchpoint) argument

Completed in 203 milliseconds