Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp628 class StopInfoWatchpoint : public StopInfo { class
674 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, bool silently_skip_wp) in StopInfoWatchpoint() function in lldb_private::StopInfoWatchpoint
677 ~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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h132 friend class StopInfoWatchpoint;
H A DWatchpoint.h194 friend class StopInfoWatchpoint; // This needs to call UndoHitCount() variable