This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC] patch to make GDB open a new terminal window for the inferior
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Thiago Jung Bauermann <bauerman at br dot ibm dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 20 May 2009 20:48:23 +0300
- Subject: Re: [RFC] patch to make GDB open a new terminal window for the inferior
- References: <1242778681.6232.19.camel@hactar>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Thiago Jung Bauermann <bauerman@br.ibm.com>
> Date: Tue, 19 May 2009 21:18:01 -0300
>
> I'm posting it to see what people think of it, and if anyone want to
> adopt it for further development.
This code needs to be carefully ifdef'ed for platforms that don't
support features it relies upon, such as O_NOCTTY, "/dev/ptmx", and
`grantpt'.