/[emacs]/emacs/lisp/progmodes/gdb-ui.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/gdb-ui.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.64 by nickrob, Wed May 4 20:44:02 2005 UTC revision 1.65 by eliz, Fri May 6 12:47:54 2005 UTC
# Line 196  detailed description of this mode. Line 196  detailed description of this mode.
196    :group 'gud    :group 'gud
197    :version "22.1")    :version "22.1")
198    
199  (defcustom gdb-cpp-define-alist-program  (defcustom gdb-cpp-define-alist-program "gcc -E -dM -"
200    (cond ((eq system-type 'ms-dos) "gcc -E -dM -o - -")    "Shell command for generating a list of defined macros in a source file.
         (t "gcc -E -dM -"))  
   "The program name for generating an alist of #define directives.  
201  This list is used to display the #define directive associated  This list is used to display the #define directive associated
202  with an identifier as a tooltip. It works in a debug session with  with an identifier as a tooltip. It works in a debug session with
203  GDB, when tooltip-gud-tips-p is t."  GDB, when tooltip-gud-tips-p is t."

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26