Unify gdb putc functions

Now that filtered and unfiltered output can be treated identically, we
can unify the putc family of functions.  This is done under the name
"gdb_putc".  Most of this patch was written by script.
This commit is contained in:
Tom Tromey 2022-01-02 11:42:07 -07:00
parent 0426ad513f
commit a11ac3b3e8
26 changed files with 62 additions and 78 deletions

View file

@ -597,7 +597,7 @@ info_checkpoints_command (const char *arg, int from_tty)
printf_filtered (", <%s>", msym.minsym->linkage_name ());
}
putchar_filtered ('\n');
gdb_putc ('\n');
}
if (printed == NULL)
{