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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbreakpoint.h56 bp_watchpoint, /* Watchpoint */
55 bp_watchpoint, /* Watchpoint */ enumerator in enum:bptype
H A Dbreakpoint.c1124 || b->owner->type == bp_watchpoint) && !b->owner->val)
1622 case bp_watchpoint:
2273 case bp_watchpoint:
2624 if (b->type != bp_watchpoint
2706 if (b->type == bp_watchpoint ||
3104 case bp_watchpoint:
3207 if (breakpoint_enabled (b) && b->type == bp_watchpoint)
3309 {bp_watchpoint, "watchpoint"},
3384 case bp_watchpoint:
3656 || b->type == bp_watchpoint
[all...]

Completed in 65 milliseconds