/llvm-project/lldb/test/API/commands/expression/call-throws/ |
H A D | TestCallThatThrows.py | 40 options.SetUnwindOnError(True) 60 options.SetUnwindOnError(True) 75 options.SetUnwindOnError(True) 95 options.SetUnwindOnError(False)
|
/llvm-project/lldb/test/API/commands/expression/call-restarts/ |
H A D | TestCallThatRestarts.py | 67 options.SetUnwindOnError(True) 89 options.SetUnwindOnError(True) 111 options.SetUnwindOnError(False)
|
/llvm-project/lldb/test/API/commands/expression/unwind_expression/ |
H A D | TestUnwindExpression.py | 39 options.SetUnwindOnError(False) 65 options.SetUnwindOnError(False)
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 60 options.SetUnwindOnError(true); in InferiorCallMmap() 157 options.SetUnwindOnError(true); in InferiorCallMunmap()
|
/llvm-project/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 | 1026 options.SetUnwindOnError(true); in EvaluateExpression() 1051 options.SetUnwindOnError(true); in EvaluateExpression() 1077 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()
|
/llvm-project/lldb/bindings/interface/ |
H A D | SBExpressionOptionsDocstrings.i | 9 ) lldb::SBExpressionOptions::SetUnwindOnError;
|
/llvm-project/lldb/include/lldb/API/ |
H A D | SBExpressionOptions.h | 35 void SetUnwindOnError(bool unwind = true);
|
/llvm-project/lldb/test/API/commands/expression/timeout/ |
H A D | TestCallWithTimeout.py | 36 options.SetUnwindOnError(True)
|
/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/ |
H A D | TestExitDuringExpression.py | 85 options.SetUnwindOnError(unwind)
|
/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
H A D | MemoryHistoryASan.cpp | 168 options.SetUnwindOnError(true); in GetHistoryThreads()
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 76 options.SetUnwindOnError(true); in RetrieveReportData()
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectExpression.cpp | 204 options.SetUnwindOnError(unwind_on_error); in GetEvaluateExpressionOptions() 567 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
|
/llvm-project/lldb/source/Plugins/Platform/Windows/ |
H A D | PlatformWindows.cpp | 375 options.SetUnwindOnError(true); in DoLoadImage() 791 options.SetUnwindOnError(true);
|
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | AppleGetQueuesHandler.cpp | 336 options.SetUnwindOnError(true); in GetCurrentQueues()
|
H A D | AppleGetItemInfoHandler.cpp | 326 options.SetUnwindOnError(true); in GetItemInfo()
|
H A D | AppleGetPendingItemsHandler.cpp | 328 options.SetUnwindOnError(true); in GetPendingItems()
|
H A D | AppleGetThreadItemInfoHandler.cpp | 329 options.SetUnwindOnError(true); in GetThreadItemInfo()
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionArgParser.cpp | 222 options.SetUnwindOnError(true); in DoToAddress()
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 69 options.SetUnwindOnError(true); in InitializeFunctionCaller()
|
H A D | AppleObjCRuntime.cpp | 194 options.SetUnwindOnError(true); in GetObjectDescription()
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 122 options.SetUnwindOnError(true); in RetrieveReportData()
|
/llvm-project/lldb/test/API/lang/c/stepping/ |
H A D | TestStepAndBreakpoints.py | 203 options.SetUnwindOnError(False)
|
/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 531 expr_options.SetUnwindOnError(true); in EvaluateLibdlExpression() 884 options.SetUnwindOnError(true); in DoLoadImage()
|
/llvm-project/lldb/source/Expression/ |
H A D | FunctionCaller.cpp | 355 real_options.SetUnwindOnError(!enable_debugging); in ExecuteFunction()
|