Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Bob Rossi <bob@brasko.net>
To: Alain Magloire <alain@qnx.com>
Cc: Andrew Cagney <cagney@gnu.org>,
	Nick Roberts <nickrob@snap.net.nz>,
	gdb-patches@sources.redhat.com
Subject: Re: MI testsuite improvements
Date: Fri, 18 Feb 2005 02:46:00 -0000	[thread overview]
Message-ID: <20050217221627.GA8166@white> (raw)
In-Reply-To: <200502171658.LAA02386@smtp.ott.qnx.com>

On Thu, Feb 17, 2005 at 11:58:45AM -0500, Alain Magloire wrote:
> > 
> > Bob Rossi wrote:
> > > On Wed, Feb 16, 2005 at 09:41:56AM -0500, Andrew Cagney wrote:
> > > 
> > >>Bob Rossi wrote:
> > >>
> > >>
> > >>>>Let me know what you think. If you want the dbg.log files, I can provide
> > >>>>them.
> > >>
> > >>I was kind of looking for an executive summary :-)  I've attached a 
> > >>trimmed diff.
> > >>
> > >>Two things:
> > >>
> > >>- it should't be using --interpreter console ...
> > >>Can you and/or: add a new -mi-tty command (+test, +doco) and use that; 
> > >>invoke GDB with the --tty=... option.  Your call.  Either pre-approved 
> > >>(but get thumbs up from Eli on the doco).
> > >>
> > >>- can the TTY output be identified in someway?
> > >>That might make debugging easier, but if it isn't possible I guess we 
> > >>live with that.
> > > 
> > > 
> > > OK, I like this idea a lot. I'll make a new mi function that allows you
> > > to set a tty. I'll also make a new MI function that will allow you to
> > > retrieve the tty device being used, both GDB and the inferior.
> > 
> > Ok.  Wonder if it should be ``set/show tty'', "tty ..." just a wrapper.
> > 
> > > Finally, I think it would be helpful to have GDB actually be able to
> > > create a pty for the front end. In case you didn't know, creating a pty
> > > can be a non portable task, and GDB should be capable of doing it every
> > > where it ports to. This would help out the Front Ends a lot. What do you
> > > think? Something like -mi-tty-new -mi-tty-close?
> > 
> > I suspect this is correct.
> > 
> > Alain, how does the CDT currently hande the PTY problem?  Would this be 
> > useful?
> > 
> 
> Yes, it would be.
> The problem comes from local inferior outputs that are intertwine
> with MI stream(The remote case is ok since the output is properly
> wrap in @"..." steam).
> 
> CDT handles this by creating JNI code per platform that
> will create a pseudo pty,  the slave pty is pass to gdb
> 
> 	gdb --tty /dev/ptys/n app
> 
> And the IDE is reading at the other end of the master and
> redirecting the outputs to the IDE console widget.

Yes, this is similar to what I'm doing for CGDB.
> 
> 
> Caveats:
> 
> - Not all platform supports pseudo tty, we still have
>   no solution for Win32/cygwin.

I still did not get GDB on Cygwin to work with the tty command. However,
I did create my own program that opened a pty and spit out the tty
device name and I wrote another program that took that as an argument
and was able to do I/O with the first program. So, I think pty's work
with Cygwin, but for some reason, it doesn't work with GDB on Cygwin.
However, I never looked furthor into it.

At some point, I'll need this to work, so if no one get's there before
me ...

Bob Rossi


  parent reply	other threads:[~2005-02-17 22:16 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-10 15:43 Bob Rossi
2005-02-10 17:43 ` Andrew Cagney
2005-02-10 18:16   ` Bob Rossi
2005-02-10 19:58     ` Andrew Cagney
2005-02-10 23:34       ` Bob Rossi
2005-02-11  4:01         ` Andrew Cagney
2005-02-11 19:07           ` Bob Rossi
2005-02-12  3:13             ` Andrew Cagney
2005-02-12 10:59               ` Bob Rossi
2005-02-15 15:07                 ` Bob Rossi
2005-02-16 20:03                   ` Andrew Cagney
2005-02-17  0:28                     ` Bob Rossi
2005-02-17 13:51                       ` Daniel Jacobowitz
2005-02-17 16:58                       ` Andrew Cagney
2005-02-17 20:09                         ` Alain Magloire
     [not found]                         ` <200502171658.LAA02386@smtp.ott.qnx.com>
2005-02-18  2:46                           ` Bob Rossi [this message]
2005-02-18 12:10                         ` Nick Roberts
2005-02-18 19:51                         ` Bob Rossi
2005-02-18 21:05                           ` Alain Magloire
2005-02-19 23:51                             ` Bob Rossi
2005-02-21  2:12                               ` Andrew Cagney
2005-02-22 23:24                                 ` Alain Magloire
     [not found]                                 ` <200502221635.LAA07270@smtp.ott.qnx.com>
2005-03-01  2:40                                   ` Bob Rossi
2005-03-01 15:14                                     ` Bob Rossi
2005-03-01 19:24                                       ` Alain Magloire

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=20050217221627.GA8166@white \
    --to=bob@brasko.net \
    --cc=alain@qnx.com \
    --cc=cagney@gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    --cc=nickrob@snap.net.nz \
    /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