From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10856 invoked by alias); 4 Jan 2003 09:42:35 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 10848 invoked from network); 4 Jan 2003 09:42:33 -0000 Received: from unknown (HELO mta06-svc.ntlworld.com) (62.253.162.46) by 209.249.29.67 with SMTP; 4 Jan 2003 09:42:33 -0000 Received: from saltburn ([213.107.125.99]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20030104094217.ZRPR20174.mta06-svc.ntlworld.com@saltburn> for ; Sat, 4 Jan 2003 09:42:17 +0000 Date: Sat, 04 Jan 2003 09:42:00 -0000 From: Steven O'Brien To: gdb@sources.redhat.com Subject: bug in gdb tty command on cygwin Message-Id: <20030104094405.6de9d597.steven.obrien2@ntlworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00041.txt.bz2 Hi I submitted a patch to fix a bug in cygwin gdb to the gdb-patches list - see: http://sources.redhat.com/ml/gdb-patches/2002-12/msg00761.html However, this did not attract any response. What is the next step in getting this patch into gdb? With this patch I am able to build and run a fully functional anjuta IDE on cygwin-xfree86. Without it anjuta's debugger will not work on cygwin. I am sure that other X11 GUIs for gdb on cygwin would also benefit from this patch. The patch moves one line of code in just one file that is only used in the cygwin build; and code that is only invoked if the --tty option or tty command are invoked. Thanks, Steven