Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp57 case eStopReasonWatchpoint: in LogThreadStopInfo()
436 m_stop_info.reason = StopReason::eStopReasonWatchpoint; in SetStoppedByWatchpoint()
447 m_stop_info.reason == StopReason::eStopReasonWatchpoint; in IsStoppedAtWatchpoint()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DLLDBUtils.cpp53 case lldb::eStopReasonWatchpoint: in ThreadHasStopReason()
H A DJSONUtils.cpp901 case lldb::eStopReasonWatchpoint: in CreateThreadStopped()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanBase.cpp91 case eStopReasonWatchpoint: in ShouldStop()
H A DThreadPlan.cpp168 case eStopReasonWatchpoint: in IsUsuallyUnexplainedStopReason()
H A DStopInfo.cpp674 StopReason GetStopReason() const override { return eStopReasonWatchpoint; } in GetStopReason()
725 && stop_info_sp->GetStopReason() == eStopReasonWatchpoint) in DoPlanExplainsStop()
H A DStackFrameList.cpp132 case eStopReasonWatchpoint: in ResetCurrentInlinedDepth()
H A DThread.cpp1694 case eStopReasonWatchpoint: in StopReasonAsString()
H A DProcess.cpp853 case eStopReasonWatchpoint: in HandleProcessStateChangedEvent()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py51 elif reason == lldb.eStopReasonWatchpoint:
H A Dlldbutil.py285 (lldb.eStopReasonWatchpoint, watchpoint_threads),
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py193 elif enum == lldb.eStopReasonWatchpoint:
307 (lldb.eStopReasonWatchpoint, watchpoint_threads),
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp129 m_stop_info.reason = StopReason::eStopReasonWatchpoint; in SetStoppedByWatchpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp129 m_stop_info.reason = StopReason::eStopReasonWatchpoint; in SetStoppedByWatchpoint()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dperformance.py248 elif stop_reason == lldb.eStopReasonWatchpoint:
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h245 eStopReasonWatchpoint, enumerator
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp189 case eStopReasonWatchpoint: in GetStopReasonDataCount()
258 case eStopReasonWatchpoint: in GetStopReasonDataAtIndex()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp477 StopThread(record.GetThreadID(), StopReason::eStopReasonWatchpoint, in OnDebugException()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst370 .. py:data:: eStopReasonWatchpoint
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp701 case eStopReasonWatchpoint: in GetStopReasonString()