From: cgw@pgt.com (Charles G Waldman)
Subject: Re: pdb on xemacs on Windows
6 Jun 1998 01:54:07 -0700
Message-ID: <13688.23783.331441.651557.cygnus.gnu-win32@janus.pgt.com>
References: <13688.22121.727041.461723@janus.pgt.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Wolfgang Weitz <wwe@aifb.uni-karlsruhe.de>
Cc: xemacs-nt@xemacs.org, gnu-win32@cygnus.com

Charles G Waldman writes:
 >
 > Does anybody out there have a non-GUI version of gdb.exe which can be
 > used in XEmacs GDB mode?
 > 

Ooops,  I have answered my own question, the Cygnus gdb supports a
"-nw" (no window) flag. 

With the following modification, gdb mode works on XEmacs on
Windows. (Hooray!)  Tracking of the current line in the source buffer
works correctly.

--- packages/lisp/debug/gdb.el~ Fri Apr 24 19:30:55 1998
+++ packages/lisp/debug/gdb.el  Fri Jun 05 16:58:25 1998
@@ -320,6 +320,7 @@
           (concat "gdb-" file)
           (substitute-in-file-name gdb-command-name)
           nil
+          "-nw"
           "-fullname"
           "-cd" default-directory
           file
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
