From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12821 invoked by alias); 19 Apr 2012 16:11:02 -0000 Received: (qmail 12663 invoked by uid 22791); 19 Apr 2012 16:11:00 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Apr 2012 16:10:23 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M2Q00100HFGK100@a-mtaout23.012.net.il> for gdb@sourceware.org; Thu, 19 Apr 2012 19:10:21 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.105.225]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2Q001SUI95LN00@a-mtaout23.012.net.il>; Thu, 19 Apr 2012 19:10:18 +0300 (IDT) Date: Thu, 19 Apr 2012 16:11:00 -0000 From: Eli Zaretskii Subject: Re: Interactive behavior of GDB run from Emacs on Windows In-reply-to: <20120419154853.GM25623@adacore.com> To: Joel Brobecker Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83sjfzitxx.fsf@gnu.org> References: <83vckviv3b.fsf@gnu.org> <20120419154853.GM25623@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00157.txt.bz2 > Date: Thu, 19 Apr 2012 08:48:53 -0700 > From: Joel Brobecker > Cc: gdb@sourceware.org > > On Thu, Apr 19, 2012 at 06:45:28PM +0300, Eli Zaretskii wrote: > > There's an annoying difference between GDB behavior when launched by > > Emacs GUD on Windows and on Posix platforms. AFAIU, the difference is > > explained by the fact that on Posix platforms the communications > > between Emacs and GDB are done via a pty, whereas on Windows Emacs > > uses pipes. Therefore, on Unix GDB behaves as if its standard handles > > were connected to a terminal, while on Windows it doesn't. > > Try the following, I think it might help: > > (gdb) set interactive-mode on Thanks, it does. Now I need to fix the manual, so the next time I will find this stuff...