Searched refs:unwind_on_error (Results 1 – 4 of 4) sorted by relevance
134 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()
57 bool unwind_on_error; variable
106 EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic, bool unwind_on_error);
1346 …uateExpression (const char *expr, lldb::DynamicValueType fetch_dynamic_value, bool unwind_on_error) in EvaluateExpression() argument1350 options.SetUnwindOnError (unwind_on_error); in EvaluateExpression()