mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 06:23:58 +08:00
Rename fprintf_symbol_filtered
fprintf_symbol_filtered is misnamed, because whether filtering happens is now up to the stream. This renames it to fprintf_symbol, which isn't a great name (the first "f" doesn't mean much and the second one is truly meaningless here), but "print_symbol" was already taken.
This commit is contained in:
@ -305,8 +305,8 @@ extern const char *print_core_address (struct gdbarch *gdbarch,
|
||||
|
||||
extern CORE_ADDR string_to_core_addr (const char *my_string);
|
||||
|
||||
extern void fprintf_symbol_filtered (struct ui_file *, const char *,
|
||||
enum language, int);
|
||||
extern void fprintf_symbol (struct ui_file *, const char *,
|
||||
enum language, int);
|
||||
|
||||
extern void throw_perror_with_name (enum errors errcode, const char *string)
|
||||
ATTRIBUTE_NORETURN;
|
||||
|
Reference in New Issue
Block a user