Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDbreakpoint.c4964 struct breakpoint *other_b; in bpstat_check_watchpoint() local
4966 ALL_BREAKPOINTS (other_b) in bpstat_check_watchpoint()
4967 if (other_b->type == bp_hardware_watchpoint in bpstat_check_watchpoint()
4968 || other_b->type == bp_access_watchpoint) in bpstat_check_watchpoint()
4971 (struct watchpoint *) other_b; in bpstat_check_watchpoint()