This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: debug_reload output
- To: chris at lslsun dot epfl dot ch (Christian Iseli)
- Subject: Re: debug_reload output
- From: John Carr <jfc at mit dot edu>
- Date: Tue, 14 Oct 1997 10:12:49 EDT
- Cc: egcs at cygnus dot com
If debug_reload takes a FILE * argument it should permit NULL and use
stderr in that case. That would make it possible to call the function
from a debugger; on most systems it is inconvenient to compute the
value of stdout or stderr in a debugger.