HomeSort by relevance Sort by last modified time
    Searched refs:SetUnwindOnError (Results 1 - 14 of 14) sorted by null

  /external/lldb/scripts/Python/interface/
SBExpressionOptions.i 39 %feature("docstring", "Sets whether to unwind the expression stack on error.") SetUnwindOnError;
42 SetUnwindOnError (bool unwind = true);
47 %feature("docstring", "Sets whether to ignore breakpoint hits while running expressions.") SetUnwindOnError;
  /external/lldb/source/API/
SBExpressionOptions.cpp 63 SBExpressionOptions::SetUnwindOnError (bool unwind)
65 m_opaque_ap->SetUnwindOnError (unwind);
SBFrame.cpp     [all...]
  /external/lldb/include/lldb/API/
SBExpressionOptions.h 42 SetUnwindOnError (bool unwind = true);
  /external/lldb/test/expression_command/call-throws/
TestCallThatThrows.py 65 options.SetUnwindOnError(True)
82 options.SetUnwindOnError(True)
94 options.SetUnwindOnError(True)
102 options.SetUnwindOnError(False)
  /external/lldb/test/expression_command/call-restarts/
TestCallThatRestarts.py 81 options.SetUnwindOnError(True)
100 options.SetUnwindOnError(True)
119 options.SetUnwindOnError(False)
  /external/lldb/source/DataFormatters/
CXXFormatterFunctions.cpp 53 .SetUnwindOnError(true)
87 .SetUnwindOnError(true)
125 .SetUnwindOnError(true)
162 .SetUnwindOnError(true)
    [all...]
LibStdcpp.cpp 38 .SetUnwindOnError(true)
219 .SetUnwindOnError(true)
LibCxx.cpp 39 .SetUnwindOnError(true)
  /external/lldb/test/expression_command/timeout/
TestCallWithTimeout.py 61 options.SetUnwindOnError(True)
  /external/lldb/source/Commands/
CommandObjectExpression.cpp 337 .SetUnwindOnError(m_command_options.unwind_on_error)
CommandObjectThread.cpp     [all...]
CommandObjectWatchpoint.cpp     [all...]
  /external/lldb/include/lldb/Target/
Target.h 226 SetUnwindOnError (bool unwind = false)
    [all...]

Completed in 123 milliseconds