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: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 15 Oct 1997 08:34:26 -0600
- cc: amylaar at cygnus dot co dot uk, jfc at mit dot edu, egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199710150932.LAA17687@lslsun17.epfl.ch>you write:
> I agree that the two function thing is the best approach. How about
> debug_reload_to_stream(FILE *) as the new function?
That would be fine.
What I would suggest you do is have debug_reload_to_stream actually
have the real code to output the info. debug_reload would then just
call debug_reload_to_stream with stderr as its argument.
jeff