Home
last modified time | relevance | path

Searched refs:eStopReasonException (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h41 return lldb::eStopReasonException; in GetStopReason()
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DLLDBUtils.cpp56 case lldb::eStopReasonException: in ThreadHasStopReason()
H A DJSONUtils.cpp909 case lldb::eStopReasonException: in CreateThreadStopped()
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanBase.cpp122 case eStopReasonException: in ShouldStop()
H A DThreadPlan.cpp170 case eStopReasonException: in IsUsuallyUnexplainedStopReason()
H A DStackFrameList.cpp133 case eStopReasonException: in ResetCurrentInlinedDepth()
H A DStopInfo.cpp1150 StopReason GetStopReason() const override { return eStopReasonException; } in GetStopReason()
H A DThread.cpp1698 case eStopReasonException: in StopReasonAsString()
H A DProcess.cpp854 case eStopReasonException: in HandleProcessStateChangedEvent()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp259 if (reason == StopReason::eStopReasonException) { in SetStopReasonForThread()
546 StopThread(record.GetThreadID(), StopReason::eStopReasonException, in OnDebugException()
/openbsd/gnu/llvm/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py196 stop_reason = { "type": lldb.eStopReasonException, "data": { }}
/openbsd/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py197 elif enum == lldb.eStopReasonException:
306 (lldb.eStopReasonException, crashed_threads),
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp261 case lldb::eStopReasonException: { in CalculateStopInfo()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dperformance.py237 elif stop_reason == lldb.eStopReasonException:
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h247 eStopReasonException, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp65 case eStopReasonException: in LogThreadStopInfo()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py284 (lldb.eStopReasonException, crashed_threads),
792 ) == lldb.eStopReasonException and "EXC_BAD_ACCESS" in thread.GetStopDescription(100)
/openbsd/gnu/llvm/lldb/source/API/
H A DSBThread.cpp195 case eStopReasonException: in GetStopReasonDataCount()
264 case eStopReasonException: in GetStopReasonDataAtIndex()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp705 case eStopReasonException: in GetStopReasonString()
776 if ((tid_stop_info.reason == eStopReasonException) && in GetJSONThreadsInfo()
963 } else if ((tid_stop_info.reason == eStopReasonException) && in PrepareStopReplyPacketForThread()
/openbsd/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst372 .. py:data:: eStopReasonException
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2498 if (reason == eStopReasonException || in DidProcessStopAbnormally()