Home
last modified time | relevance | path

Searched refs:unwind_on_error (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectExpression.cpp133 unwind_on_error = tmp_value; in SetOptionValue()
152 unwind_on_error = false; in SetOptionValue()
171 unwind_on_error = process->GetUnwindOnErrorInExpressions(); in OptionParsingStarting()
176 unwind_on_error = true; in OptionParsingStarting()
296 options.SetUnwindOnError(m_command_options.unwind_on_error); in EvaluateExpression()
306 !m_command_options.unwind_on_error) in EvaluateExpression()
HDCommandObjectExpression.h57 bool unwind_on_error; variable
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBFrame.h119 EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic, bool unwind_on_error);
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBFrame.cpp1412 …uateExpression (const char *expr, lldb::DynamicValueType fetch_dynamic_value, bool unwind_on_error) in EvaluateExpression() argument
1416 options.SetUnwindOnError (unwind_on_error); in EvaluateExpression()