Lines Matching +defs:error +defs:target

41   Status error;
55 error.SetErrorString(sstr.GetString());
64 error.SetErrorStringWithFormat(
77 error.SetErrorStringWithFormat(
89 error.SetErrorStringWithFormat(
98 error.SetErrorStringWithFormat("invalid timeout setting \"%s\"",
109 error.SetErrorStringWithFormat(
122 option_arg, GetDefinitions()[option_idx].enum_values, 0, error);
123 if (!error.Success())
124 error.SetErrorStringWithFormat(
145 error.SetErrorStringWithFormat(
158 error.SetErrorStringWithFormat(
168 return error;
202 const Target &target, const OptionGroupValueObjectDisplay &display_opts) {
218 auto_apply_fixits = target.GetEnableAutoApplyFixIts();
223 options.SetRetriesWithFixIts(target.GetNumberOfRetriesWithFixits());
347 Target &target = exe_target ? *exe_target : GetDummyTarget();
380 Status error;
381 lldb::UserExpressionSP expr(target.GetUserExpressionForLanguage(
383 options, nullptr, error));
384 if (error.Fail())
410 Target &target = exe_target ? *exe_target : GetDummyTarget();
422 m_command_options.GetEvaluateExpressionOptions(target, m_varobj_options);
427 ExpressionResults success = target.EvaluateExpression(
432 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) {
446 Status error(CanBeUsedForElementCountPrinting(*result_valobj_sp));
447 if (error.Fail()) {
450 error.AsCString(""));
464 if (llvm::Error error =
466 result.AppendError(toString(std::move(error)));
472 target.GetPersistentVariable(result_valobj_sp->GetName())) {
475 target.GetPersistentExpressionStateForLanguage(language))
493 if (strstr(error_cstr, "error:") != error_cstr)
494 error_stream.PutCString("error: ");
499 error_stream.PutCString("error: unknown error\n");
506 error_stream.Printf("error: unknown error\n");
608 Target &target = GetSelectedOrDummyTarget();
613 Debugger &debugger = target.GetDebugger();
628 REPLSP repl_sp(target.GetREPL(repl_error, m_command_options.language,
633 repl_sp = target.GetREPL(repl_error, m_command_options.language,
668 Target &target = GetSelectedOrDummyTarget();
672 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) {