emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el
Date: Fri, 06 May 2005 08:47:54 -0400

Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.64 emacs/lisp/progmodes/gdb-ui.el:1.65
*** emacs/lisp/progmodes/gdb-ui.el:1.64 Wed May  4 20:44:02 2005
--- emacs/lisp/progmodes/gdb-ui.el      Fri May  6 12:47:54 2005
***************
*** 196,205 ****
    :group 'gud
    :version "22.1")
  
! (defcustom gdb-cpp-define-alist-program 
!   (cond ((eq system-type 'ms-dos) "gcc -E -dM -o - -")
!       (t "gcc -E -dM -"))
!   "The program name for generating an alist of #define directives.
  This list is used to display the #define directive associated
  with an identifier as a tooltip. It works in a debug session with
  GDB, when tooltip-gud-tips-p is t."
--- 196,203 ----
    :group 'gud
    :version "22.1")
  
! (defcustom gdb-cpp-define-alist-program "gcc -E -dM -"
!   "Shell command for generating a list of defined macros in a source file.
  This list is used to display the #define directive associated
  with an identifier as a tooltip. It works in a debug session with
  GDB, when tooltip-gud-tips-p is t."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]