Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@ges.redhat.com>
To: Daniel Jacobowitz <drow@mvista.com>
Cc: gdb-patches@sources.redhat.com, insight@sources.redhat.com
Subject: Re: RFA: Make cli-out follow gdb_stdout
Date: Mon, 22 Jul 2002 11:21:00 -0000	[thread overview]
Message-ID: <3D3C4AFF.2090003@ges.redhat.com> (raw)
In-Reply-To: <20020717183012.GA9788@nevyn.them.org>

FYI,

This:

>  struct ui_out_data
>    {
> -    struct ui_file *stream;
> +    struct ui_file **stream;
>      int suppress_output;
>    };

and this:

> -      uiout = cli_out_new (gdb_stdout);
> +      uiout = cli_out_new (&gdb_stdout);

worry me.

The intent is to eventually have everything using a parameterized output 
object - if you want to change where output goes, change the parameter. 
  Given that, having stuff depend on an indirect global pointer looks to 
be going in the wrong direction.

I'll need to look over the problems that Pierre was trying to solve.

Andrew



  reply	other threads:[~2002-07-22 18:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-17 12:09 Daniel Jacobowitz
2002-07-22 11:21 ` Andrew Cagney [this message]
2002-07-22 11:43   ` Daniel Jacobowitz
2002-07-22 12:25     ` Andrew Cagney
2002-07-22 12:43       ` Daniel Jacobowitz
2002-07-22 13:18         ` Andrew Cagney
2002-07-22 15:17           ` Daniel Jacobowitz
2002-08-19  7:50 ` Pierre Muller
2002-08-20  8:58   ` Andrew Cagney

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=3D3C4AFF.2090003@ges.redhat.com \
    --to=ac131313@ges.redhat.com \
    --cc=drow@mvista.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=insight@sources.redhat.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