changeset 62008:ee10b311b39f

(cc-define-list-program): Change to "gcc -E -dM -". Make customizable.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 02 May 2005 00:30:14 +0000
parents 230e62dae4d1
children 4918448b5695
files lisp/progmodes/cc-vars.el
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el	Mon May 02 00:28:20 2005 +0000
+++ b/lisp/progmodes/cc-vars.el	Mon May 02 00:30:14 2005 +0000
@@ -1476,6 +1476,13 @@
   :type 'c-extra-types-widget
   :group 'c)
 
+(defcustom cc-define-list-program "gcc -E -dM -"
+  "The program name for generating a list 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."
+  :type 'string
+  :group 'c)
 
 ;; Non-customizable variables, still part of the interface to CC Mode
 (defvar c-file-style nil