This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [rfc] Move putchar_filtered() to utils.c
Fernando Nasser wrote:
> I don't think it should go to utils.c at all. It is not currently used
> anywhere in libgdb so why add a born-deprecated function in there
> unecessarily.
Yes, utils.c is also the wrong place for all of the *_filtered()
functions. However, until someone moves them, one wrong place is better
than too :-)
utils.c could do with a good shakeup :-)
Andrew