From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18455 invoked by alias); 20 May 2009 17:48:35 -0000 Received: (qmail 18441 invoked by uid 22791); 20 May 2009 17:48:30 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_52,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 May 2009 17:48:24 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KJY00700ENHQR00@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Wed, 20 May 2009 20:48:21 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.115.215]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KJY00CFNESKFM60@i-mtaout7.012.net.il>; Wed, 20 May 2009 20:48:21 +0300 (IDT) Date: Wed, 20 May 2009 17:48:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] patch to make GDB open a new terminal window for the inferior In-reply-to: <1242778681.6232.19.camel@hactar> To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83d4a3pswo.fsf@gnu.org> References: <1242778681.6232.19.camel@hactar> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00425.txt.bz2 > From: Thiago Jung Bauermann > 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'.