Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Verbose console mode in DSF/GDB

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Daniel Jacobowitz
> Sent: Tuesday, September 14, 2010 12:40 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Verbose console mode in DSF/GDB
> 
> On Tue, Sep 14, 2010 at 06:05:24AM -0400, Marc Khouzam wrote:
> > We should get this feature for DSF-GDB since it is 
> important on Windows.
> > From what you are saying, we should use the new-console 
> when no PTY is
> > available (which includes Windows), or should we really 
> only use it on
> > Windows?  I'm thinking the former.
> 
> It's a Windows-specific GDB command.  The closest thing on other
> systems is set inferior-tty.

We use 'set inferior-tty' right now, but it requires a pty, which
is not available on Windows.  So, if I understand correctly, it
should be

"set new-console on" for Windows
"set inferior-tty <pty>" for others

Thanks

marc

Back to the top