Lines Matching defs:error
112 virtual Error
115 Error error;
123 error.SetErrorStringWithFormat ("invalid frame offset argument '%s'", option_arg);
127 error.SetErrorStringWithFormat ("invalid short option character '%c'", short_option);
131 return error;
224 // an error, but rather to just go to the top. So I have to count the stack here...
459 result.GetErrorStream().Printf ("error: no variables matched the regular expression '%s'.\n", name_cstr);
466 result.GetErrorStream().Printf ("error: %s\n", regex_error);
468 result.GetErrorStream().Printf ("error: unkown regex error when compiling '%s'\n", name_cstr);
473 Error error;
481 error);
502 const char *error_cstr = error.AsCString(NULL);
504 result.GetErrorStream().Printf("error: %s\n", error_cstr);
506 result.GetErrorStream().Printf ("error: unable to find any variable expression path that matches '%s'\n", name_cstr);