/external/llvm-project/lldb/test/API/commands/expression/call-throws/ |
D | TestCallThatThrows.py | 43 options.SetUnwindOnError(True) 62 options.SetUnwindOnError(True) 77 options.SetUnwindOnError(True) 98 options.SetUnwindOnError(False)
|
/external/llvm-project/lldb/bindings/interface/ |
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;
|
/external/llvm-project/lldb/test/API/commands/expression/call-restarts/ |
D | TestCallThatRestarts.py | 71 options.SetUnwindOnError(True) 94 options.SetUnwindOnError(True) 120 options.SetUnwindOnError(False)
|
/external/llvm-project/lldb/source/API/ |
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()
|
D | SBFrame.cpp | 1019 options.SetUnwindOnError(true); in EvaluateExpression() 1039 options.SetUnwindOnError(true); in EvaluateExpression() 1065 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()
|
/external/llvm-project/lldb/test/API/commands/expression/unwind_expression/ |
D | TestUnwindExpression.py | 44 options.SetUnwindOnError(False) 72 options.SetUnwindOnError(False)
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | InferiorCallPOSIX.cpp | 59 options.SetUnwindOnError(true); in InferiorCallMmap() 153 options.SetUnwindOnError(true); in InferiorCallMunmap()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBExpressionOptions.h | 34 void SetUnwindOnError(bool unwind = true);
|
/external/llvm-project/lldb/test/API/commands/expression/timeout/ |
D | TestCallWithTimeout.py | 40 options.SetUnwindOnError(True)
|
/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/ |
D | TestExitDuringExpression.py | 81 options.SetUnwindOnError(unwind)
|
/external/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
D | MemoryHistoryASan.cpp | 180 options.SetUnwindOnError(true); in GetHistoryThreads()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectExpression.cpp | 366 options.SetUnwindOnError(m_command_options.unwind_on_error); in GetEvalOptions() 555 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionArgParser.cpp | 181 options.SetUnwindOnError(true); in ToAddress()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
D | InstrumentationRuntimeASan.cpp | 126 options.SetUnwindOnError(true); in RetrieveReportData()
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | AppleGetThreadItemInfoHandler.cpp | 327 options.SetUnwindOnError(true); in GetThreadItemInfo()
|
D | AppleGetQueuesHandler.cpp | 334 options.SetUnwindOnError(true); in GetCurrentQueues()
|
D | AppleGetPendingItemsHandler.cpp | 326 options.SetUnwindOnError(true); in GetPendingItems()
|
D | AppleGetItemInfoHandler.cpp | 320 options.SetUnwindOnError(true); in GetItemInfo()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 67 options.SetUnwindOnError(true); in InitializeFunctionCaller()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
D | InstrumentationRuntimeUBSan.cpp | 126 options.SetUnwindOnError(true); in RetrieveReportData()
|
/external/llvm-project/lldb/test/API/lang/c/stepping/ |
D | TestStepAndBreakpoints.py | 189 options.SetUnwindOnError(False)
|
/external/llvm-project/lldb/source/Expression/ |
D | FunctionCaller.cpp | 324 real_options.SetUnwindOnError(true); in ExecuteFunction()
|
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.cpp | 557 expr_options.SetUnwindOnError(true); in EvaluateLibdlExpression() 890 options.SetUnwindOnError(true); in DoLoadImage()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 550 options.SetUnwindOnError(true); in GetExceptionObjectForThread()
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointLocation.cpp | 284 options.SetUnwindOnError(true); in ConditionSaysStop()
|