| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 60 options.SetUnwindOnError(true); in InferiorCallMmap() 157 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 | 1025 options.SetUnwindOnError(true); in EvaluateExpression() 1049 options.SetUnwindOnError(true); in EvaluateExpression() 1075 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()
|
| H A D | SBValue.cpp | 1188 options.SetUnwindOnError(true); in EvaluateExpression()
|
| H A D | SBTarget.cpp | 2293 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 | 169 options.SetUnwindOnError(true); in GetHistoryThreads()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
| H A D | ReportRetriever.cpp | 76 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 205 options.SetUnwindOnError(unwind_on_error); in GetEvaluateExpressionOptions() 577 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
|
| H A D | CommandObjectWatchpoint.cpp | 1029 options.SetUnwindOnError(true); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1574 options.SetUnwindOnError(true); in DoExecute()
|
| /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 | 2125 options.SetUnwindOnError(true); in UpdateISAToDescriptorMap() 2363 options.SetUnwindOnError(true); in UpdateISAToDescriptorMap()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 122 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /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/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 522 expr_options.SetUnwindOnError(true); in EvaluateLibdlExpression() 873 options.SetUnwindOnError(true); in DoLoadImage()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 350 real_options.SetUnwindOnError(!enable_debugging); in ExecuteFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 283 options.SetUnwindOnError(true); in ConditionSaysStop()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 625 options.SetUnwindOnError(true); in GetExceptionObjectForThread()
|
| /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 | 915 expr_options.SetUnwindOnError(true); in PerformAction()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 343 void SetUnwindOnError(bool unwind = false) { m_unwind_on_error = unwind; }
|