Searched refs:unwind_on_error (Results 1 – 5 of 5) sorted by relevance
115 unwind_on_error = tmp_value; in SetOptionValue()139 unwind_on_error = false; in SetOptionValue()172 unwind_on_error = process_sp->GetUnwindOnErrorInExpressions(); in OptionParsingStarting()175 unwind_on_error = true; in OptionParsingStarting()366 options.SetUnwindOnError(m_command_options.unwind_on_error); in GetEvalOptions()393 !m_command_options.unwind_on_error) in GetEvalOptions()550 command_options.unwind_on_error = false; in GetExprOptions()555 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
39 bool unwind_on_error; variable
107 bool unwind_on_error);
173 EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic, bool unwind_on_error);
1055 bool unwind_on_error) { in EvaluateExpression() argument1058 fetch_dynamic_value, unwind_on_error); in EvaluateExpression()1065 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()