Mail Archives: cygwin/1998/06/06/01:54:07
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 AT cygnus DOT com" with one line of text: "help".
- Raw text -