/[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.27 by monnier, Fri Oct 29 22:38:04 2004 UTC revision 1.28 by nickrob, Mon Nov 1 20:47:03 2004 UTC
# Line 133  detailed description of this mode. Line 133  detailed description of this mode.
133  (defcustom gdb-enable-debug-log nil  (defcustom gdb-enable-debug-log nil
134   "Non-nil means record the process input and output in `gdb-debug-log'."   "Non-nil means record the process input and output in `gdb-debug-log'."
135    :type 'boolean    :type 'boolean
136    :group 'gud)    :group 'gud
137      :version "21.4")
138    
139  (defcustom gdb-use-inferior-io-buffer nil  (defcustom gdb-use-inferior-io-buffer nil
140   "Non-nil means display output from the inferior in a separate buffer."   "Non-nil means display output from the inferior in a separate buffer."
141    :type 'boolean    :type 'boolean
142    :group 'gud)    :group 'gud
143      :version "21.4")
144    
145  (defun gdb-ann3 ()  (defun gdb-ann3 ()
146    (setq gdb-debug-log nil)    (setq gdb-debug-log nil)
# Line 211  detailed description of this mode. Line 213  detailed description of this mode.
213  (defcustom gdb-use-colon-colon-notation nil  (defcustom gdb-use-colon-colon-notation nil
214    "If non-nil use FUN::VAR format to display variables in the speedbar." ;    "If non-nil use FUN::VAR format to display variables in the speedbar." ;
215    :type 'boolean    :type 'boolean
216    :group 'gud)    :group 'gud
217      :version "21.4")
218    
219  (defun gud-watch ()  (defun gud-watch ()
220    "Watch expression at point."    "Watch expression at point."
# Line 658  This filter may simply queue input for a Line 661  This filter may simply queue input for a
661  (defcustom gud-gdba-command-name "gdb -annotate=3"  (defcustom gud-gdba-command-name "gdb -annotate=3"
662    "Default command to execute an executable under the GDB-UI debugger."    "Default command to execute an executable under the GDB-UI debugger."
663    :type 'string    :type 'string
664    :group 'gud)    :group 'gud
665      :version "21.4")
666    
667  (defvar gdb-annotation-rules  (defvar gdb-annotation-rules
668    '(("pre-prompt" gdb-pre-prompt)    '(("pre-prompt" gdb-pre-prompt)
# Line 1685  static char *magick[] = { Line 1689  static char *magick[] = {
1689  (defcustom gdb-show-main nil  (defcustom gdb-show-main nil
1690    "Nil means don't display source file containing the main routine."    "Nil means don't display source file containing the main routine."
1691    :type 'boolean    :type 'boolean
1692    :group 'gud)    :group 'gud
1693      :version "21.4")
1694    
1695  (defun gdb-setup-windows ()  (defun gdb-setup-windows ()
1696    "Layout the window pattern for gdb-many-windows."    "Layout the window pattern for gdb-many-windows."
# Line 1726  buffer and the other with the source fil Line 1731  buffer and the other with the source fil
1731  of the inferior.  Non-nil means display the layout shown for  of the inferior.  Non-nil means display the layout shown for
1732  `gdba'."  `gdba'."
1733    :type 'boolean    :type 'boolean
1734    :group 'gud)    :group 'gud
1735      :version "21.4")
1736    
1737  (defun gdb-many-windows (arg)  (defun gdb-many-windows (arg)
1738  "Toggle the number of windows in the basic arrangement."  "Toggle the number of windows in the basic arrangement."

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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