Home
last modified time | relevance | path

Searched refs:SetUnwindOnError (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/lldb/test/API/commands/expression/call-throws/
H A DTestCallThatThrows.py40 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 DTestCallThatRestarts.py67 options.SetUnwindOnError(True)
89 options.SetUnwindOnError(True)
111 options.SetUnwindOnError(False)
/llvm-project/lldb/test/API/commands/expression/unwind_expression/
H A DTestUnwindExpression.py39 options.SetUnwindOnError(False)
65 options.SetUnwindOnError(False)
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp60 options.SetUnwindOnError(true); in InferiorCallMmap()
157 options.SetUnwindOnError(true); in InferiorCallMunmap()
/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp58 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError() function in SBExpressionOptions
61 m_opaque_up->SetUnwindOnError(unwind); in SetUnwindOnError()
H A DSBFrame.cpp1026 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 DSBExpressionOptionsDocstrings.i9 ) lldb::SBExpressionOptions::SetUnwindOnError;
/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h35 void SetUnwindOnError(bool unwind = true);
/llvm-project/lldb/test/API/commands/expression/timeout/
H A DTestCallWithTimeout.py36 options.SetUnwindOnError(True)
/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/
H A DTestExitDuringExpression.py85 options.SetUnwindOnError(unwind)
/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp168 options.SetUnwindOnError(true); in GetHistoryThreads()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp76 options.SetUnwindOnError(true); in RetrieveReportData()
/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp204 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 DPlatformWindows.cpp375 options.SetUnwindOnError(true); in DoLoadImage()
791 options.SetUnwindOnError(true);
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetQueuesHandler.cpp336 options.SetUnwindOnError(true); in GetCurrentQueues()
H A DAppleGetItemInfoHandler.cpp326 options.SetUnwindOnError(true); in GetItemInfo()
H A DAppleGetPendingItemsHandler.cpp328 options.SetUnwindOnError(true); in GetPendingItems()
H A DAppleGetThreadItemInfoHandler.cpp329 options.SetUnwindOnError(true); in GetThreadItemInfo()
/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp222 options.SetUnwindOnError(true); in DoToAddress()
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp69 options.SetUnwindOnError(true); in InitializeFunctionCaller()
H A DAppleObjCRuntime.cpp194 options.SetUnwindOnError(true); in GetObjectDescription()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp122 options.SetUnwindOnError(true); in RetrieveReportData()
/llvm-project/lldb/test/API/lang/c/stepping/
H A DTestStepAndBreakpoints.py203 options.SetUnwindOnError(False)
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp531 expr_options.SetUnwindOnError(true); in EvaluateLibdlExpression()
884 options.SetUnwindOnError(true); in DoLoadImage()
/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp355 real_options.SetUnwindOnError(!enable_debugging); in ExecuteFunction()

12