| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBExpressionOptions.i | 38 %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 D | SBExpressionOptions.cpp | 64 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 D | SBFrame.cpp | 1019 options.SetUnwindOnError(true); in EvaluateExpression() 1039 options.SetUnwindOnError(true); in EvaluateExpression() 1065 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()
|
| H A D | SBValue.cpp | 1192 options.SetUnwindOnError(true); in EvaluateExpression()
|
| H A D | SBTarget.cpp | 2356 options.SetUnwindOnError(true); in EvaluateExpression()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 59 options.SetUnwindOnError(true); in InferiorCallMmap() 153 options.SetUnwindOnError(true); in InferiorCallMunmap()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 34 void SetUnwindOnError(bool unwind = true);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 175 options.SetUnwindOnError(true); in GetHistoryThreads()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 360 options.SetUnwindOnError(m_command_options.unwind_on_error); in GetEvalOptions() 554 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
|
| H A D | CommandObjectWatchpoint.cpp | 1088 options.SetUnwindOnError(true); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1460 options.SetUnwindOnError(true); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionArgParser.cpp | 181 options.SetUnwindOnError(true); in ToAddress()
|
| H A D | CommandInterpreter.cpp | 1545 options.SetUnwindOnError(true); in PreprocessCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 126 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 65 options.SetUnwindOnError(true); in InitializeFunctionCaller()
|
| H A D | AppleObjCRuntime.cpp | 187 options.SetUnwindOnError(true); in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 1829 options.SetUnwindOnError(true); in UpdateISAToDescriptorMap() 2057 options.SetUnwindOnError(true); in UpdateISAToDescriptorMap()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 126 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 328 real_options.SetUnwindOnError(!enable_debugging); in ExecuteFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 553 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 D | ItaniumABILanguageRuntime.cpp | 550 options.SetUnwindOnError(true); in GetExceptionObjectForThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 290 options.SetUnwindOnError(true); in ConditionSaysStop()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 317 options.SetUnwindOnError(true); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 833 expr_options.SetUnwindOnError(true); in PerformAction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 300 void SetUnwindOnError(bool unwind = false) { m_unwind_on_error = unwind; }
|