Searched refs:unwind_on_error (Results 1 – 4 of 4) sorted by relevance
106 unwind_on_error = tmp_value; in SetOptionValue() 130 unwind_on_error = false; in SetOptionValue() 176 unwind_on_error = process_sp->GetUnwindOnErrorInExpressions(); in OptionParsingStarting() 179 unwind_on_error = true; in OptionParsingStarting() 204 options.SetUnwindOnError(unwind_on_error); in GetEvaluateExpressionOptions() 229 if (!ignore_breakpoints || !unwind_on_error) in GetEvaluateExpressionOptions() 562 command_options.unwind_on_error = false; in GetMultilineExpression() 567 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
48 bool unwind_on_error; variable
120 bool unwind_on_error);
1069 bool unwind_on_error) { in EvaluateExpression() 1070 LLDB_INSTRUMENT_VA(this, expr, fetch_dynamic_value, unwind_on_error); in EvaluateExpression() 1077 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression() 1067 EvaluateExpression(const char * expr,lldb::DynamicValueType fetch_dynamic_value,bool unwind_on_error) EvaluateExpression() argument