Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp91 case eStopReasonWatchpoint: in ShouldStop()
H A DThreadPlan.cpp168 case eStopReasonWatchpoint: in IsUsuallyUnexplainedStopReason()
H A DStopInfo.cpp700 StopReason GetStopReason() const override { return eStopReasonWatchpoint; } in GetStopReason()
750 && stop_info_sp->GetStopReason() == eStopReasonWatchpoint) in DoPlanExplainsStop()
H A DThread.cpp1737 case eStopReasonWatchpoint: in StopReasonAsString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp128 m_stop_info.reason = StopReason::eStopReasonWatchpoint; in SetStoppedByWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp127 m_stop_info.reason = StopReason::eStopReasonWatchpoint; in SetStoppedByWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp190 case eStopReasonWatchpoint: in GetStopReasonDataCount()
263 case eStopReasonWatchpoint: in GetStopReasonDataAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h248 eStopReasonWatchpoint, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst370 .. py:data:: eStopReasonWatchpoint
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp701 case eStopReasonWatchpoint: in GetStopReasonString()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82590 {SWIG_LUA_CONSTTAB_INT("eStopReasonWatchpoint", (lldb::eStopReasonWatchpoint))},