Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectExpression.cpp134 unwind_on_error = tmp_value; in SetOptionValue()
153 unwind_on_error = false; in SetOptionValue()
172 unwind_on_error = process->GetUnwindOnErrorInExpressions(); in OptionParsingStarting()
177 unwind_on_error = true; in OptionParsingStarting()
286 options.SetUnwindOnError(m_command_options.unwind_on_error); in EvaluateExpression()
HDCommandObjectExpression.h57 bool unwind_on_error; variable
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBFrame.h106 EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic, bool unwind_on_error);
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBFrame.cpp1346 …uateExpression (const char *expr, lldb::DynamicValueType fetch_dynamic_value, bool unwind_on_error) in EvaluateExpression() argument
1350 options.SetUnwindOnError (unwind_on_error); in EvaluateExpression()