delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1998/06/06/01:54:07

From: cgw AT pgt DOT 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 DOT 22121 DOT 727041 DOT 461723 AT janus DOT pgt DOT com>
Mime-Version: 1.0
To: Wolfgang Weitz <wwe AT aifb DOT uni-karlsruhe DOT de>
Cc: xemacs-nt AT xemacs DOT org, gnu-win32 AT cygnus DOT 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 AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019