| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 60 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 D | SBExpressionOptions.cpp | 49 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError() function in SBExpressionOptions 50 m_opaque_ap->SetUnwindOnError(unwind); in SetUnwindOnError()
|
| H A D | SBFrame.cpp | 1205 options.SetUnwindOnError(true); in EvaluateExpression() 1221 options.SetUnwindOnError(true); in EvaluateExpression() 1243 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()
|
| H A D | SBTarget.cpp | 2233 options.SetUnwindOnError(true); in EvaluateExpression()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 35 void SetUnwindOnError(bool unwind = true);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 70 options.SetUnwindOnError(true); in InitializeFunctionCaller()
|
| H A D | AppleObjCRuntime.cpp | 171 options.SetUnwindOnError(true); in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 1410 options.SetUnwindOnError(true); in UpdateISAToDescriptorMapDynamic() 1661 options.SetUnwindOnError(true); in UpdateISAToDescriptorMapSharedCache()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 177 options.SetUnwindOnError(true); in GetHistoryThreads()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionArgParser.cpp | 180 options.SetUnwindOnError(true); in ToAddress()
|
| H A D | CommandInterpreter.cpp | 1504 options.SetUnwindOnError(true); in PreprocessCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | ASanRuntime.cpp | 126 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 129 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 327 real_options.SetUnwindOnError(true); in ExecuteFunction()
|
| H A D | REPL.cpp | 280 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 D | ItaniumABILanguageRuntime.cpp | 569 options.SetUnwindOnError(true); in GetExceptionObjectForThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 914 expr_options.SetUnwindOnError(true); in EvaluateLibdlExpression() 1242 options.SetUnwindOnError(true); in DoLoadImage()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 287 options.SetUnwindOnError(true); in ConditionSaysStop()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 407 options.SetUnwindOnError(m_command_options.unwind_on_error); in EvaluateExpression()
|
| H A D | CommandObjectWatchpoint.cpp | 1066 options.SetUnwindOnError(true); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1707 options.SetUnwindOnError(true); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StopInfo.cpp | 805 expr_options.SetUnwindOnError(true); in PerformAction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 316 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 288 void SetUnwindOnError(bool unwind = false) { m_unwind_on_error = unwind; }
|