| /llvm-project-15.0.7/lldb/test/API/commands/expression/call-throws/ |
| H A D | TestCallThatThrows.py | 41 options.SetUnwindOnError(True) 60 options.SetUnwindOnError(True) 75 options.SetUnwindOnError(True) 96 options.SetUnwindOnError(False)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBExpressionOptions.i | 38 %feature("docstring", "Sets whether to unwind the expression stack on error.") SetUnwindOnError; 41 SetUnwindOnError (bool unwind = true); 46 …"docstring", "Sets whether to ignore breakpoint hits while running expressions.") SetUnwindOnError;
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/call-restarts/ |
| H A D | TestCallThatRestarts.py | 69 options.SetUnwindOnError(True) 92 options.SetUnwindOnError(True) 118 options.SetUnwindOnError(False)
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/unwind_expression/ |
| H A D | TestUnwindExpression.py | 42 options.SetUnwindOnError(False) 69 options.SetUnwindOnError(False)
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 61 options.SetUnwindOnError(true); in InferiorCallMmap() 156 options.SetUnwindOnError(true); in InferiorCallMunmap()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBExpressionOptions.cpp | 58 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError() function in SBExpressionOptions 61 m_opaque_up->SetUnwindOnError(unwind); in SetUnwindOnError()
|
| H A D | SBFrame.cpp | 980 options.SetUnwindOnError(true); in EvaluateExpression() 998 options.SetUnwindOnError(true); in EvaluateExpression() 1022 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 34 void SetUnwindOnError(bool unwind = true);
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/timeout/ |
| H A D | TestCallWithTimeout.py | 37 options.SetUnwindOnError(True)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_expression/ |
| H A D | TestExitDuringExpression.py | 82 options.SetUnwindOnError(unwind)
|
| /llvm-project-15.0.7/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 170 options.SetUnwindOnError(true); in GetHistoryThreads()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 344 options.SetUnwindOnError(m_command_options.unwind_on_error); in GetEvalOptions() 534 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 122 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionArgParser.cpp | 181 options.SetUnwindOnError(true); in ToAddress()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.cpp | 360 options.SetUnwindOnError(true); in DoLoadImage() 762 options.SetUnwindOnError(true); in EvaluateLoaderExpression()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | AppleGetItemInfoHandler.cpp | 321 options.SetUnwindOnError(true); in GetItemInfo()
|
| H A D | AppleGetQueuesHandler.cpp | 335 options.SetUnwindOnError(true); in GetCurrentQueues()
|
| H A D | AppleGetPendingItemsHandler.cpp | 327 options.SetUnwindOnError(true); in GetPendingItems()
|
| H A D | AppleGetThreadItemInfoHandler.cpp | 328 options.SetUnwindOnError(true); in GetThreadItemInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 69 options.SetUnwindOnError(true); in InitializeFunctionCaller()
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/stepping/ |
| H A D | TestStepAndBreakpoints.py | 187 options.SetUnwindOnError(False)
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 122 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 327 real_options.SetUnwindOnError(!enable_debugging); in ExecuteFunction()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 519 expr_options.SetUnwindOnError(true); in EvaluateLibdlExpression() 871 options.SetUnwindOnError(true); in DoLoadImage()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 538 options.SetUnwindOnError(true); in GetExceptionObjectForThread()
|