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: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el
Date: Mon, 01 Nov 2004 16:02:14 -0500

Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.27 emacs/lisp/progmodes/gdb-ui.el:1.28
*** emacs/lisp/progmodes/gdb-ui.el:1.27 Fri Oct 29 22:38:04 2004
--- emacs/lisp/progmodes/gdb-ui.el      Mon Nov  1 20:47:03 2004
***************
*** 133,144 ****
  (defcustom gdb-enable-debug-log nil
   "Non-nil means record the process input and output in `gdb-debug-log'."
    :type 'boolean
!   :group 'gud)
  
  (defcustom gdb-use-inferior-io-buffer nil
   "Non-nil means display output from the inferior in a separate buffer."
    :type 'boolean
!   :group 'gud)
  
  (defun gdb-ann3 ()
    (setq gdb-debug-log nil)
--- 133,146 ----
  (defcustom gdb-enable-debug-log nil
   "Non-nil means record the process input and output in `gdb-debug-log'."
    :type 'boolean
!   :group 'gud
!   :version "21.4")
  
  (defcustom gdb-use-inferior-io-buffer nil
   "Non-nil means display output from the inferior in a separate buffer."
    :type 'boolean
!   :group 'gud
!   :version "21.4")
  
  (defun gdb-ann3 ()
    (setq gdb-debug-log nil)
***************
*** 211,217 ****
  (defcustom gdb-use-colon-colon-notation nil
    "If non-nil use FUN::VAR format to display variables in the speedbar." ;
    :type 'boolean
!   :group 'gud)
  
  (defun gud-watch ()
    "Watch expression at point."
--- 213,220 ----
  (defcustom gdb-use-colon-colon-notation nil
    "If non-nil use FUN::VAR format to display variables in the speedbar." ;
    :type 'boolean
!   :group 'gud
!   :version "21.4")
  
  (defun gud-watch ()
    "Watch expression at point."
***************
*** 658,664 ****
  (defcustom gud-gdba-command-name "gdb -annotate=3"
    "Default command to execute an executable under the GDB-UI debugger."
    :type 'string
!   :group 'gud)
  
  (defvar gdb-annotation-rules
    '(("pre-prompt" gdb-pre-prompt)
--- 661,668 ----
  (defcustom gud-gdba-command-name "gdb -annotate=3"
    "Default command to execute an executable under the GDB-UI debugger."
    :type 'string
!   :group 'gud
!   :version "21.4")
  
  (defvar gdb-annotation-rules
    '(("pre-prompt" gdb-pre-prompt)
***************
*** 1685,1691 ****
  (defcustom gdb-show-main nil
    "Nil means don't display source file containing the main routine."
    :type 'boolean
!   :group 'gud)
  
  (defun gdb-setup-windows ()
    "Layout the window pattern for gdb-many-windows."
--- 1689,1696 ----
  (defcustom gdb-show-main nil
    "Nil means don't display source file containing the main routine."
    :type 'boolean
!   :group 'gud
!   :version "21.4")
  
  (defun gdb-setup-windows ()
    "Layout the window pattern for gdb-many-windows."
***************
*** 1726,1732 ****
  of the inferior.  Non-nil means display the layout shown for
  `gdba'."
    :type 'boolean
!   :group 'gud)
  
  (defun gdb-many-windows (arg)
  "Toggle the number of windows in the basic arrangement."
--- 1731,1738 ----
  of the inferior.  Non-nil means display the layout shown for
  `gdba'."
    :type 'boolean
!   :group 'gud
!   :version "21.4")
  
  (defun gdb-many-windows (arg)
  "Toggle the number of windows in the basic arrangement."




reply via email to

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