Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/test/API/commands/expression/call-throws/
DTestCallThatThrows.py43 options.SetUnwindOnError(True)
62 options.SetUnwindOnError(True)
77 options.SetUnwindOnError(True)
98 options.SetUnwindOnError(False)
/external/llvm-project/lldb/bindings/interface/
DSBExpressionOptions.i38 %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;
/external/llvm-project/lldb/test/API/commands/expression/call-restarts/
DTestCallThatRestarts.py71 options.SetUnwindOnError(True)
94 options.SetUnwindOnError(True)
120 options.SetUnwindOnError(False)
/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp64 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError() function in SBExpressionOptions
65 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetUnwindOnError, (bool), in SetUnwindOnError()
68 m_opaque_up->SetUnwindOnError(unwind); in SetUnwindOnError()
304 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetUnwindOnError, (bool)); in RegisterMethods()
DSBFrame.cpp1019 options.SetUnwindOnError(true); in EvaluateExpression()
1039 options.SetUnwindOnError(true); in EvaluateExpression()
1065 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()
/external/llvm-project/lldb/test/API/commands/expression/unwind_expression/
DTestUnwindExpression.py44 options.SetUnwindOnError(False)
72 options.SetUnwindOnError(False)
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp59 options.SetUnwindOnError(true); in InferiorCallMmap()
153 options.SetUnwindOnError(true); in InferiorCallMunmap()
/external/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h34 void SetUnwindOnError(bool unwind = true);
/external/llvm-project/lldb/test/API/commands/expression/timeout/
DTestCallWithTimeout.py40 options.SetUnwindOnError(True)
/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/
DTestExitDuringExpression.py81 options.SetUnwindOnError(unwind)
/external/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp180 options.SetUnwindOnError(true); in GetHistoryThreads()
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp366 options.SetUnwindOnError(m_command_options.unwind_on_error); in GetEvalOptions()
555 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
/external/llvm-project/lldb/source/Interpreter/
DOptionArgParser.cpp181 options.SetUnwindOnError(true); in ToAddress()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp126 options.SetUnwindOnError(true); in RetrieveReportData()
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetThreadItemInfoHandler.cpp327 options.SetUnwindOnError(true); in GetThreadItemInfo()
DAppleGetQueuesHandler.cpp334 options.SetUnwindOnError(true); in GetCurrentQueues()
DAppleGetPendingItemsHandler.cpp326 options.SetUnwindOnError(true); in GetPendingItems()
DAppleGetItemInfoHandler.cpp320 options.SetUnwindOnError(true); in GetItemInfo()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp67 options.SetUnwindOnError(true); in InitializeFunctionCaller()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp126 options.SetUnwindOnError(true); in RetrieveReportData()
/external/llvm-project/lldb/test/API/lang/c/stepping/
DTestStepAndBreakpoints.py189 options.SetUnwindOnError(False)
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp324 real_options.SetUnwindOnError(true); in ExecuteFunction()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp557 expr_options.SetUnwindOnError(true); in EvaluateLibdlExpression()
890 options.SetUnwindOnError(true); in DoLoadImage()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp550 options.SetUnwindOnError(true); in GetExceptionObjectForThread()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp284 options.SetUnwindOnError(true); in ConditionSaysStop()

12