From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui almosts works in NT Date: Wed, 02 Apr 2003 06:12:05 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <7263-Wed02Apr2003061204+0300-eliz@elta.co.il> References: <16008.44352.107937.312219@nick.uklinux.net> <3791-Tue01Apr2003062831+0300-eliz@elta.co.il> <16009.65353.101403.890085@nick.uklinux.net> <200304012131.h31LVZOu022745@rum.cs.yale.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1049253660 15990 80.91.224.249 (2 Apr 2003 03:21:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 2 Apr 2003 03:21:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 02 05:20:57 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 190Ynk-00048y-00 for ; Wed, 02 Apr 2003 05:20:36 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 190Yod-0001WU-00 for ; Wed, 02 Apr 2003 05:21:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 190YnK-0001QA-00 for emacs-devel@quimby.gnus.org; Tue, 01 Apr 2003 22:20:10 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 190Ymr-0001HZ-00 for emacs-devel@gnu.org; Tue, 01 Apr 2003 22:19:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 190Ymi-0000tN-00 for emacs-devel@gnu.org; Tue, 01 Apr 2003 22:19:33 -0500 Original-Received: from bilbo.inter.net.il ([192.114.186.18]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 190YmR-0000ex-00 for emacs-devel@gnu.org; Tue, 01 Apr 2003 22:19:15 -0500 Original-Received: from zaretsky (adsl-ayalon-pc-128-36.inter.net.il [213.8.128.36]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AKS86495; Wed, 2 Apr 2003 06:19:07 +0300 (IDT) Original-To: monnier+gnu/emacs@rum.cs.yale.edu X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <200304012131.h31LVZOu022745@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) Original-cc: nick@nick.uklinux.net X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12829 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12829 > From: "Stefan Monnier" > Date: Tue, 01 Apr 2003 16:31:35 -0500 > > > > 1) gdb-ui doesn't output to the I/O buffer in NT. > > Are you sure this is the always the case ? > I think it does not depend on gdb-ui but on the underlying gdb session, > so it might depend on which gdb executable you're using (native port, > mingw, cygwin, dos, godknowswhatelse, ...) and on what kind of runtime > library is used by the debugged program (again, native, cygwin, > djgpp, ...). Just FYI: the DOS port uses only the DJGPP library and runtime, there is no other DOS configuration of Emacs that one can build, not for years. As for Cygwin, this problem might indeed not happen there (and then again it might), but the clause suggested by Nick didn't include the `cygwin' configuration, so I think it's safe. Someone who has the Cygwin build handy should try this and tell what they found; until then, I think we should assume it's Unix-like.