Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A 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;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
H A DSBFrame.cpp1019 options.SetUnwindOnError(true); in EvaluateExpression()
1039 options.SetUnwindOnError(true); in EvaluateExpression()
1065 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()
H A DSBValue.cpp1192 options.SetUnwindOnError(true); in EvaluateExpression()
H A DSBTarget.cpp2356 options.SetUnwindOnError(true); in EvaluateExpression()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp59 options.SetUnwindOnError(true); in InferiorCallMmap()
153 options.SetUnwindOnError(true); in InferiorCallMunmap()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h34 void SetUnwindOnError(bool unwind = true);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp175 options.SetUnwindOnError(true); in GetHistoryThreads()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp360 options.SetUnwindOnError(m_command_options.unwind_on_error); in GetEvalOptions()
554 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
H A DCommandObjectWatchpoint.cpp1088 options.SetUnwindOnError(true); in DoExecute()
H A DCommandObjectThread.cpp1460 options.SetUnwindOnError(true); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp181 options.SetUnwindOnError(true); in ToAddress()
H A DCommandInterpreter.cpp1545 options.SetUnwindOnError(true); in PreprocessCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp126 options.SetUnwindOnError(true); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp65 options.SetUnwindOnError(true); in InitializeFunctionCaller()
H A DAppleObjCRuntime.cpp187 options.SetUnwindOnError(true); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1829 options.SetUnwindOnError(true); in UpdateISAToDescriptorMap()
2057 options.SetUnwindOnError(true); in UpdateISAToDescriptorMap()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp126 options.SetUnwindOnError(true); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp328 real_options.SetUnwindOnError(!enable_debugging); in ExecuteFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp553 expr_options.SetUnwindOnError(true); in EvaluateLibdlExpression()
898 options.SetUnwindOnError(true); in DoLoadImage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp550 options.SetUnwindOnError(true); in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp290 options.SetUnwindOnError(true); in ConditionSaysStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp317 options.SetUnwindOnError(true); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp833 expr_options.SetUnwindOnError(true); in PerformAction()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h300 void SetUnwindOnError(bool unwind = false) { m_unwind_on_error = unwind; }

12