Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp60 options.SetUnwindOnError(true); in InferiorCallMmap()
148 options.SetUnwindOnError(true); in InferiorCallMunmap()
197 options.SetUnwindOnError(true); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp49 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError() function in SBExpressionOptions
50 m_opaque_ap->SetUnwindOnError(unwind); in SetUnwindOnError()
H A DSBFrame.cpp1205 options.SetUnwindOnError(true); in EvaluateExpression()
1221 options.SetUnwindOnError(true); in EvaluateExpression()
1243 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()
H A DSBTarget.cpp2233 options.SetUnwindOnError(true); in EvaluateExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h35 void SetUnwindOnError(bool unwind = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp70 options.SetUnwindOnError(true); in InitializeFunctionCaller()
H A DAppleObjCRuntime.cpp171 options.SetUnwindOnError(true); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1410 options.SetUnwindOnError(true); in UpdateISAToDescriptorMapDynamic()
1661 options.SetUnwindOnError(true); in UpdateISAToDescriptorMapSharedCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp177 options.SetUnwindOnError(true); in GetHistoryThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionArgParser.cpp180 options.SetUnwindOnError(true); in ToAddress()
H A DCommandInterpreter.cpp1504 options.SetUnwindOnError(true); in PreprocessCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp126 options.SetUnwindOnError(true); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp129 options.SetUnwindOnError(true); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp327 real_options.SetUnwindOnError(true); in ExecuteFunction()
H A DREPL.cpp280 expr_options.SetUnwindOnError(m_command_options.unwind_on_error); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp569 options.SetUnwindOnError(true); in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp914 expr_options.SetUnwindOnError(true); in EvaluateLibdlExpression()
1242 options.SetUnwindOnError(true); in DoLoadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp287 options.SetUnwindOnError(true); in ConditionSaysStop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp407 options.SetUnwindOnError(m_command_options.unwind_on_error); in EvaluateExpression()
H A DCommandObjectWatchpoint.cpp1066 options.SetUnwindOnError(true); in DoExecute()
H A DCommandObjectThread.cpp1707 options.SetUnwindOnError(true); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp805 expr_options.SetUnwindOnError(true); in PerformAction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp316 options.SetUnwindOnError(true); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h288 void SetUnwindOnError(bool unwind = false) { m_unwind_on_error = unwind; }