Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/macosx/builtin-debugtrap/
H A DTestBuiltinDebugTrap.py34 lldb.eStopReasonException)
51 lldb.eStopReasonException)
65 lldb.eStopReasonException)
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h35 return lldb::eStopReasonException; in GetStopReason()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/debugbreak/
H A DTestDebugBreak.py28 stop_reason = lldb.eStopReasonException if (lldbplatformutil.getPlatform(
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DLLDBUtils.cpp56 case lldb::eStopReasonException: in ThreadHasStopReason()
H A DJSONUtils.cpp906 case lldb::eStopReasonException: in CreateThreadStopped()
/llvm-project-15.0.7/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.cpp1059 StopReason GetStopReason() const override { return eStopReasonException; } in GetStopReason()
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/
H A DTestInferiorCrashing.py49 return lldb.eStopReasonException
H A DTestInferiorCrashingStep.py70 return lldb.eStopReasonException
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A DTestStackCoreScriptedProcess.py103 self.assertTrue(thread.GetStopReason(), lldb.eStopReasonException)
H A Dstack_core_scripted_process.py149 stop_reason["type"] = lldb.eStopReasonException
/llvm-project-15.0.7/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py156 return { "type": lldb.eStopReasonException, "data": { "desc": "EXC_BAD_ACCESS" }}
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump/
H A DTestMiniDump.py37 self.assertEqual(thread.GetStopReason(), lldb.eStopReasonException)
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp259 if (reason == StopReason::eStopReasonException) { in SetStopReasonForThread()
546 StopThread(record.GetThreadID(), StopReason::eStopReasonException, in OnDebugException()
/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py197 elif enum == lldb.eStopReasonException:
306 (lldb.eStopReasonException, crashed_threads),
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp261 case lldb::eStopReasonException: { in CalculateStopInfo()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py263 elif enum == lldb.eStopReasonException:
372 (lldb.eStopReasonException, crashed_threads),
880 ) == lldb.eStopReasonException and "EXC_BAD_ACCESS" in thread.GetStopDescription(100)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/
H A DLLDB.py60 if reason == self._interface.eStopReasonException:
/llvm-project-15.0.7/lldb/examples/python/
H A Dperformance.py239 elif stop_reason == lldb.eStopReasonException:
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h246 eStopReasonException, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp65 case eStopReasonException: in LogThreadStopInfo()
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp195 case eStopReasonException: in GetStopReasonDataCount()
264 case eStopReasonException: in GetStopReasonDataAtIndex()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp707 case eStopReasonException: in GetStopReasonString()
778 if ((tid_stop_info.reason == eStopReasonException) && in GetJSONThreadsInfo()
965 } else if ((tid_stop_info.reason == eStopReasonException) && in PrepareStopReplyPacketForThread()

12