Searched refs:StopInfoWatchpoint (Results 1 – 3 of 3) sorted by relevance
649 class StopInfoWatchpoint : public StopInfo { class695 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, bool silently_skip_wp) in StopInfoWatchpoint() function in lldb_private::StopInfoWatchpoint698 ~StopInfoWatchpoint() override = default;712 using StopInfoWatchpointSP = std::shared_ptr<StopInfoWatchpoint>;853 = std::static_pointer_cast<StopInfoWatchpoint>(shared_from_this()); in ShouldStopSynchronous()1493 new StopInfoWatchpoint(thread, watch_id, silently_continue)); in CreateStopReasonWithWatchpointID()
131 friend class StopInfoWatchpoint;
194 friend class StopInfoWatchpoint; // This needs to call UndoHitCount() variable