Home
last modified time | relevance | path

Searched refs:SetUnwindOnError (Results 1 – 17 of 17) sorted by relevance

/external/lldb/scripts/Python/interface/
DSBExpressionOptions.i39 %feature("docstring", "Sets whether to unwind the expression stack on error.") SetUnwindOnError;
42 SetUnwindOnError (bool unwind = true);
47 …"docstring", "Sets whether to ignore breakpoint hits while running expressions.") SetUnwindOnError;
/external/lldb/test/expression_command/call-throws/
DTestCallThatThrows.py65 options.SetUnwindOnError(True)
82 options.SetUnwindOnError(True)
94 options.SetUnwindOnError(True)
102 options.SetUnwindOnError(False)
/external/lldb/source/API/
DSBExpressionOptions.cpp63 SBExpressionOptions::SetUnwindOnError (bool unwind) in SetUnwindOnError() function in SBExpressionOptions
65 m_opaque_ap->SetUnwindOnError (unwind); in SetUnwindOnError()
DSBFrame.cpp1328 options.SetUnwindOnError (true); in EvaluateExpression()
1339 options.SetUnwindOnError (true); in EvaluateExpression()
1348 options.SetUnwindOnError (unwind_on_error); in EvaluateExpression()
/external/lldb/test/expression_command/call-restarts/
DTestCallThatRestarts.py81 options.SetUnwindOnError(True)
100 options.SetUnwindOnError(True)
119 options.SetUnwindOnError(False)
/external/lldb/include/lldb/API/
DSBExpressionOptions.h42 SetUnwindOnError (bool unwind = true);
/external/lldb/source/DataFormatters/
DLibStdcpp.cpp38 .SetUnwindOnError(true) in LibstdcppVectorBoolSyntheticFrontEnd()
219 .SetUnwindOnError(true) in LibstdcppMapIteratorSyntheticFrontEnd()
DCXXFormatterFunctions.cpp53 .SetUnwindOnError(true) in ExtractValueFromObjCExpression()
87 .SetUnwindOnError(true) in ExtractSummaryFromObjCExpression()
125 .SetUnwindOnError(true) in CallSelectorOnObject()
162 .SetUnwindOnError(true) in CallSelectorOnObject()
DLibCxx.cpp39 .SetUnwindOnError(true) in LibcxxVectorBoolSyntheticFrontEnd()
/external/lldb/test/expression_command/timeout/
DTestCallWithTimeout.py61 options.SetUnwindOnError(True)
/external/lldb/source/Commands/
DCommandObjectExpression.cpp337 .SetUnwindOnError(m_command_options.unwind_on_error) in EvaluateExpression()
DCommandObjectWatchpoint.cpp1260 .SetUnwindOnError(true) in DoExecute()
DCommandObjectThread.cpp1420 options.SetUnwindOnError(true); in DoExecute()
/external/lldb/include/lldb/Target/
DTarget.h226 SetUnwindOnError (bool unwind = false)
/external/lldb/source/Interpreter/
DArgs.cpp822 options.SetUnwindOnError(true); in StringToAddress()
DCommandInterpreter.cpp1413 .SetUnwindOnError(true) in PreprocessCommand()
/external/lldb/www/python_reference/
Dapi-objects.txt2907 lldb.SBExpressionOptions.SetUnwindOnError lldb.SBExpressionOptions-class.html#SetUnwindOnError