93 {
"During symbol reading, ",
"." },
94 {
"During symbol reading...",
"..."},
117 (*c)->explanation = NULL;
131 for (complaint = complaints->root;
133 complaint = complaint->
next)
135 if (complaint->
fmt == fmt
136 && complaint->
file == file
137 && complaint->
line == line)
147 complaint->
next = NULL;
150 complaint->
next = complaints->root;
184 series = complaints->
series;
193 if (complaint->
file != NULL)
196 (*deprecated_warning_hook) (
fmt, args);
255 va_start (args, fmt);
256 vcomplaint (complaints, NULL, 0, fmt, args);
262 int line,
const char *fmt, ...)
265 va_start (args, fmt);
266 vcomplaint (complaints, file, line, fmt, args);
284 for (p = complaints->
root; p != NULL; p = p->
next)
289 switch (complaints->
series)
325 " symbols is %s.\n"),
334 Set max number of complaints about incorrect symbols."),
_(
"\
335 Show max number of complaints about incorrect symbols."), NULL,
void add_setshow_zinteger_cmd(const char *name, enum command_class theclass, int *var, const char *set_doc, const char *show_doc, const char *help_doc, cmd_sfunc_ftype *set_func, show_value_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list)
void fputs_unfiltered(const char *buf, struct ui_file *file)
static struct complaints symfile_complaint_book
char * xstrvprintf(const char *format, va_list ap)
static struct complain complaint_sentinel
struct type ** const(pascal_builtin_types[])
void clear_complaints(struct complaints **c, int less_verbose, int noisy)
void internal_error(const char *file, int line, const char *fmt,...)
void void void void void void void void internal_vwarning(const char *file, int line, const char *fmt, va_list args) ATTRIBUTE_PRINTF(3
static void complaints_show_value(struct ui_file *file, int from_tty, struct cmd_list_element *cmd, const char *value)
struct cmd_list_element * setlist
void _initialize_complaints(void)
void internal_complaint(struct complaints **complaints, const char *file, int line, const char *fmt,...)
void fprintf_filtered(struct ui_file *stream, const char *format,...)
int(*) void(* deprecated_warning_hook)(const char *, va_list) ATTRIBUTE_FPTR_PRINTF(1
struct cmd_list_element * showlist
void fputs_filtered(const char *linebuffer, struct ui_file *stream)
void complaint(struct complaints **complaints, const char *fmt,...)
struct cleanup * make_cleanup(make_cleanup_ftype *function, void *arg)
void wrap_here(char *indent)
static struct complaints * get_complaints(struct complaints **c)
static struct complain * ATTRIBUTE_PRINTF(4, 0)
struct ui_file * gdb_stderr
void gdb_flush(struct ui_file *file)
void void vwarning(const char *fmt, va_list args) ATTRIBUTE_PRINTF(1
const struct explanation * explanation
void do_cleanups(struct cleanup *old_chain)