|
GDB (API)
|
Go to the source code of this file.
Functions | |
| void | complaint (struct complaints **complaints, const char *fmt,...) ATTRIBUTE_PRINTF(2 |
| void void | internal_complaint (struct complaints **complaints, const char *file, int line, const char *fmt,...) ATTRIBUTE_PRINTF(4 |
| void void void | clear_complaints (struct complaints **complaints, int less_verbose, int noisy) |
Variables | |
| struct complaints * | symfile_complaints |
| void void void clear_complaints | ( | struct complaints ** | complaints, |
| int | less_verbose, | ||
| int | noisy | ||
| ) |
Definition at line 274 of file complaints.c.
| void void internal_complaint | ( | struct complaints ** | complaints, |
| const char * | file, | ||
| int | line, | ||
| const char * | fmt, | ||
| ... | |||
| ) |
| struct complaints* symfile_complaints |
Definition at line 106 of file complaints.c.
1.7.6.1