Home
last modified time | relevance | path

Searched refs:error_silent (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dlinespec.c1538 error_silent ("No source file named %s.", copy); in symtab_from_filename()
1760 error_silent ("Function \"%s\" not defined.", copy); in decode_variable()
Ddefs.h908 extern NORETURN void error_silent (const char *fmt, ...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
Dutils.c630 error_silent (const char *string, ...) in error_silent() function