Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanBase.cpp93 case eStopReasonWatchpoint: in ShouldStop()
H A DThreadPlan.cpp152 case eStopReasonWatchpoint: in IsUsuallyUnexplainedStopReason()
H A DStackFrameList.cpp130 case eStopReasonWatchpoint: in ResetCurrentInlinedDepth()
H A DStopInfo.cpp636 StopReason GetStopReason() const override { return eStopReasonWatchpoint; } in GetStopReason()
H A DThread.cpp1871 case eStopReasonWatchpoint: in StopReasonAsCString()
H A DProcess.cpp1154 case eStopReasonWatchpoint: in HandleProcessStateChangedEvent()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp89 m_stop_info.reason = StopReason::eStopReasonWatchpoint; in SetStoppedByWatchpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp186 case eStopReasonWatchpoint: in GetStopReasonDataCount()
251 case eStopReasonWatchpoint: in GetStopReasonDataAtIndex()
355 case eStopReasonWatchpoint: { in GetStopDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h258 eStopReasonWatchpoint, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebuggerHandleEvents.cpp1022 case lldb::eStopReasonWatchpoint: in HandleProcessEventStateStopped()
1531 case lldb::eStopReasonWatchpoint: in UpdateSelectedThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp476 case eStopReasonWatchpoint: