| /llvm-project-15.0.7/lldb/test/API/macosx/builtin-debugtrap/ |
| H A D | TestBuiltinDebugTrap.py | 34 lldb.eStopReasonException) 51 lldb.eStopReasonException) 65 lldb.eStopReasonException)
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.h | 35 return lldb::eStopReasonException; in GetStopReason()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/debugbreak/ |
| H A D | TestDebugBreak.py | 28 stop_reason = lldb.eStopReasonException if (lldbplatformutil.getPlatform(
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | LLDBUtils.cpp | 56 case lldb::eStopReasonException: in ThreadHasStopReason()
|
| H A D | JSONUtils.cpp | 906 case lldb::eStopReasonException: in CreateThreadStopped()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanBase.cpp | 122 case eStopReasonException: in ShouldStop()
|
| H A D | ThreadPlan.cpp | 170 case eStopReasonException: in IsUsuallyUnexplainedStopReason()
|
| H A D | StackFrameList.cpp | 133 case eStopReasonException: in ResetCurrentInlinedDepth()
|
| H A D | StopInfo.cpp | 1059 StopReason GetStopReason() const override { return eStopReasonException; } in GetStopReason()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/ |
| H A D | TestInferiorCrashing.py | 49 return lldb.eStopReasonException
|
| H A D | TestInferiorCrashingStep.py | 70 return lldb.eStopReasonException
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/ |
| H A D | TestStackCoreScriptedProcess.py | 103 self.assertTrue(thread.GetStopReason(), lldb.eStopReasonException)
|
| H A D | stack_core_scripted_process.py | 149 stop_reason["type"] = lldb.eStopReasonException
|
| /llvm-project-15.0.7/lldb/examples/python/scripted_process/ |
| H A D | crashlog_scripted_process.py | 156 return { "type": lldb.eStopReasonException, "data": { "desc": "EXC_BAD_ACCESS" }}
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump/ |
| H A D | TestMiniDump.py | 37 self.assertEqual(thread.GetStopReason(), lldb.eStopReasonException)
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeProcessWindows.cpp | 259 if (reason == StopReason::eStopReasonException) { in SetStopReasonForThread() 546 StopThread(record.GetThreadID(), StopReason::eStopReasonException, in OnDebugException()
|
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | lldbutil.py | 197 elif enum == lldb.eStopReasonException: 306 (lldb.eStopReasonException, crashed_threads),
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.cpp | 261 case lldb::eStopReasonException: { in CalculateStopInfo()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 263 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 D | LLDB.py | 60 if reason == self._interface.eStopReasonException:
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | performance.py | 239 elif stop_reason == lldb.eStopReasonException:
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 246 eStopReasonException, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.cpp | 65 case eStopReasonException: in LogThreadStopInfo()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBThread.cpp | 195 case eStopReasonException: in GetStopReasonDataCount() 264 case eStopReasonException: in GetStopReasonDataAtIndex()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 707 case eStopReasonException: in GetStopReasonString() 778 if ((tid_stop_info.reason == eStopReasonException) && in GetJSONThreadsInfo() 965 } else if ((tid_stop_info.reason == eStopReasonException) && in PrepareStopReplyPacketForThread()
|