Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp90 case eStopReasonWatchpoint: in ShouldStop()
H A DThreadPlan.cpp167 case eStopReasonWatchpoint: in IsUsuallyUnexplainedStopReason()
H A DStackFrameList.cpp131 case eStopReasonWatchpoint: in ResetCurrentInlinedDepth()
H A DStopInfo.cpp665 StopReason GetStopReason() const override { return eStopReasonWatchpoint; } in GetStopReason()
H A DThread.cpp1674 case eStopReasonWatchpoint: in StopReasonAsString()
H A DProcess.cpp832 case eStopReasonWatchpoint: in HandleProcessStateChangedEvent()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp129 m_stop_info.reason = StopReason::eStopReasonWatchpoint; in SetStoppedByWatchpoint()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp129 m_stop_info.reason = StopReason::eStopReasonWatchpoint; in SetStoppedByWatchpoint()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h244 eStopReasonWatchpoint, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp191 case eStopReasonWatchpoint: in GetStopReasonDataCount()
261 case eStopReasonWatchpoint: in GetStopReasonDataAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst370 .. py:data:: eStopReasonWatchpoint
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp660 case eStopReasonWatchpoint: in GetStopReasonString()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70656 {SWIG_LUA_CONSTTAB_INT("eStopReasonWatchpoint", lldb::eStopReasonWatchpoint)},