Lines Matching defs:watchpoint_sp
635 watchpoint_sp(w_sp) {
636 if (process_sp && watchpoint_sp) {
638 watchpoint_sp->TurnOnEphemeralMode();
639 process_sp->DisableWatchpoint(watchpoint_sp, notify);
645 if (process_sp && watchpoint_sp) {
646 bool was_disabled = watchpoint_sp->IsDisabledDuringEphemeralMode();
647 watchpoint_sp->TurnOffEphemeralMode();
650 process_sp->DisableWatchpoint(watchpoint_sp, notify);
652 process_sp->EnableWatchpoint(watchpoint_sp, notify);
671 WatchpointSP watchpoint_sp;