Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.70 emacs/lisp/progmodes/gdb-ui.el:1.71
*** emacs/lisp/progmodes/gdb-ui.el:1.70 Thu May 26 12:20:21 2005
--- emacs/lisp/progmodes/gdb-ui.el Thu May 26 12:41:35 2005
***************
*** 75,80 ****
--- 75,81 ----
(defvar gdb-current-language nil)
(defvar gdb-var-list nil "List of variables in watch window.")
(defvar gdb-var-changed nil "Non-nil means that gdb-var-list has changed.")
+ (defvar gdb-main-file nil "Source file from which program execution begins.")
(defvar gdb-buffer-type nil)
(defvar gdb-overlay-arrow-position nil)
(defvar gdb-server-prefix nil)
***************
*** 211,221 ****
:version "22.1")
(defcustom gdb-cpp-define-alist-flags ""
! "*Preprocessor flags for `gdb-cpp-define-alist-program'."
:type 'string
:group 'gud
:version "22.1")
(defvar gdb-define-alist nil "Alist of #define directives for GUD tooltips.")
(defun gdb-create-define-alist ()
--- 212,229 ----
:version "22.1")
(defcustom gdb-cpp-define-alist-flags ""
! "Preprocessor flags for `gdb-cpp-define-alist-program'."
:type 'string
:group 'gud
:version "22.1")
+ (defcustom gdb-show-main nil
+ "Non-nil means display source file containing the main routine at startup.
+ Also display the main routine in the disassembly buffer if present."
+ :type 'boolean
+ :group 'gud
+ :version "22.1")
+
(defvar gdb-define-alist nil "Alist of #define directives for GUD tooltips.")
(defun gdb-create-define-alist ()
***************
*** 2137,2151 ****
(gdb-display-buffer
(gdb-get-create-buffer 'gdba)))
- (defvar gdb-main-file nil "Source file from which program execution begins.")
-
- (defcustom gdb-show-main nil
- "Non-nil means display source file containing the main routine at startup."
- "Also display the main routine in the disassembly buffer if present."
- :type 'boolean
- :group 'gud
- :version "22.1")
-
(defun gdb-set-window-buffer (name)
(set-window-buffer (selected-window) (get-buffer name))
(set-window-dedicated-p (selected-window) t))
--- 2145,2150 ----
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs