public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Joern Rennecke <amylaar@cygnus.co.uk>
To: chris@lslsun.epfl.ch (Christian Iseli)
Cc: egcs@cygnus.com
Subject: Re: debug_reload output
Date: Tue, 14 Oct 1997 08:20:00 -0000	[thread overview]
Message-ID: <199710141518.QAA00285@phal.cygnus.co.uk> (raw)
In-Reply-To: <199710140839.KAA20719@lslsun17.epfl.ch>

> 
> Hi,
> 
> I would like to be able to redirect the output of de debug_reload routine
> to something else than stderr, e.g., the greg dump file...

That would be a considerable nuisance - instead of
call debug_reload()
you'd have to type
call debug_reload(stderr)
all the time in gdb - and if you forget it just once, the debugged
process will crash and you have to start it all over again.
If you must have a function that is like debug_reload but accepts an
output stream as parameter, I'd prefer if you call it something else
and have debug_reload calling it.

  parent reply	other threads:[~1997-10-14  8:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-14  1:39 Christian Iseli
1997-10-14  8:20 ` John Carr
1997-10-14  8:20 ` Joern Rennecke [this message]
1997-10-14 11:01 ` Jeffrey A Law
1997-10-14 12:55 Christian Iseli
1997-10-14 11:01 ` Joern Rennecke
1997-10-14 16:33 ` Jeffrey A Law
1997-10-15  2:32 Christian Iseli
1997-10-15  7:33 ` Jeffrey A Law
1997-10-15  7:41 Christian Iseli
1997-10-17  5:58 Christian Iseli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199710141518.QAA00285@phal.cygnus.co.uk \
    --to=amylaar@cygnus.co.uk \
    --cc=chris@lslsun.epfl.ch \
    --cc=egcs@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).