Searched refs:SetUnwindOnError (Results 1 – 17 of 17) sorted by relevance
39 %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;
65 options.SetUnwindOnError(True)82 options.SetUnwindOnError(True)94 options.SetUnwindOnError(True)102 options.SetUnwindOnError(False)
63 SBExpressionOptions::SetUnwindOnError (bool unwind) in SetUnwindOnError() function in SBExpressionOptions65 m_opaque_ap->SetUnwindOnError (unwind); in SetUnwindOnError()
1328 options.SetUnwindOnError (true); in EvaluateExpression()1339 options.SetUnwindOnError (true); in EvaluateExpression()1348 options.SetUnwindOnError (unwind_on_error); in EvaluateExpression()
81 options.SetUnwindOnError(True)100 options.SetUnwindOnError(True)119 options.SetUnwindOnError(False)
42 SetUnwindOnError (bool unwind = true);
38 .SetUnwindOnError(true) in LibstdcppVectorBoolSyntheticFrontEnd()219 .SetUnwindOnError(true) in LibstdcppMapIteratorSyntheticFrontEnd()
53 .SetUnwindOnError(true) in ExtractValueFromObjCExpression()87 .SetUnwindOnError(true) in ExtractSummaryFromObjCExpression()125 .SetUnwindOnError(true) in CallSelectorOnObject()162 .SetUnwindOnError(true) in CallSelectorOnObject()
39 .SetUnwindOnError(true) in LibcxxVectorBoolSyntheticFrontEnd()
61 options.SetUnwindOnError(True)
337 .SetUnwindOnError(m_command_options.unwind_on_error) in EvaluateExpression()
1260 .SetUnwindOnError(true) in DoExecute()
1420 options.SetUnwindOnError(true); in DoExecute()
226 SetUnwindOnError (bool unwind = false)
822 options.SetUnwindOnError(true); in StringToAddress()
1413 .SetUnwindOnError(true) in PreprocessCommand()
2907 lldb.SBExpressionOptions.SetUnwindOnError lldb.SBExpressionOptions-class.html#SetUnwindOnError