Searched refs:StopInfoWatchpoint (Results 1 – 3 of 3) sorted by relevance
628 class StopInfoWatchpoint : public StopInfo { class674 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, bool silently_skip_wp) in StopInfoWatchpoint() function in lldb_private::StopInfoWatchpoint677 ~StopInfoWatchpoint() override = default;691 using StopInfoWatchpointSP = std::shared_ptr<StopInfoWatchpoint>;832 = std::static_pointer_cast<StopInfoWatchpoint>(shared_from_this()); in ShouldStopSynchronous()1383 new StopInfoWatchpoint(thread, watch_id, silently_continue)); in CreateStopReasonWithWatchpointID()
132 friend class StopInfoWatchpoint;
194 friend class StopInfoWatchpoint; // This needs to call UndoHitCount() variable