| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 57 options.SetUnwindOnError(true); in InferiorCallMmap() 149 options.SetUnwindOnError(true); in InferiorCallMunmap()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBExpressionOptions.cpp | 58 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError() function in SBExpressionOptions 61 m_opaque_up->SetUnwindOnError(unwind); in SetUnwindOnError()
|
| H A D | SBFrame.cpp | 1026 options.SetUnwindOnError(true); in EvaluateExpression() 1044 options.SetUnwindOnError(true); in EvaluateExpression() 1070 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()
|
| H A D | SBValue.cpp | 1207 options.SetUnwindOnError(true); in EvaluateExpression()
|
| H A D | SBTarget.cpp | 2258 options.SetUnwindOnError(true); in EvaluateExpression()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBExpressionOptionsDocstrings.i | 9 ) lldb::SBExpressionOptions::SetUnwindOnError;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 35 void SetUnwindOnError(bool unwind = true);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 170 options.SetUnwindOnError(true); in GetHistoryThreads()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 206 options.SetUnwindOnError(unwind_on_error); in GetEvaluateExpressionOptions() 568 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
|
| H A D | CommandObjectWatchpoint.cpp | 1027 options.SetUnwindOnError(true); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1581 options.SetUnwindOnError(true); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
| H A D | ReportRetriever.cpp | 77 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 69 options.SetUnwindOnError(true); in InitializeFunctionCaller()
|
| H A D | AppleObjCRuntime.cpp | 194 options.SetUnwindOnError(true); in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 2141 options.SetUnwindOnError(true); in UpdateISAToDescriptorMap() 2379 options.SetUnwindOnError(true); in UpdateISAToDescriptorMap()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionArgParser.cpp | 221 options.SetUnwindOnError(true); in DoToAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 120 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 352 real_options.SetUnwindOnError(!enable_debugging); in ExecuteFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 531 expr_options.SetUnwindOnError(true); in EvaluateLibdlExpression() 884 options.SetUnwindOnError(true); in DoLoadImage()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 621 options.SetUnwindOnError(true); in GetExceptionObjectForThread()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 275 options.SetUnwindOnError(true); in ConditionSaysStop()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 315 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 936 expr_options.SetUnwindOnError(true); in PerformAction()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 370 void SetUnwindOnError(bool unwind = false) { m_unwind_on_error = unwind; }
|