diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2008-01-07 03:51:03 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2008-01-07 03:51:03 +0000 |
commit | 6e498a976637c8879170f015aa9d3ca0f0b27419 (patch) | |
tree | 035e254cca2c734100b7b4680b016704f030c091 /lisp/progmodes/gdb-ui.el | |
parent | 46174cf4c847269003c8e40ad474d290b4bf2574 (diff) | |
download | emacs-6e498a976637c8879170f015aa9d3ca0f0b27419.tar.gz emacs-6e498a976637c8879170f015aa9d3ca0f0b27419.tar.bz2 emacs-6e498a976637c8879170f015aa9d3ca0f0b27419.zip |
(gud-gdb-command-name): Explain
"--annotate=3" option is necessary for the Graphical Interface.
Diffstat (limited to 'lisp/progmodes/gdb-ui.el')
-rw-r--r-- | lisp/progmodes/gdb-ui.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 431055e9b43..657e8531278 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el @@ -1256,7 +1256,9 @@ This filter may simply queue input for a later time." ;; (defcustom gud-gdb-command-name "gdb --annotate=3" - "Default command to execute an executable under the GDB debugger." + "Default command to execute an executable under the GDB debugger. +The option \"--annotate=3\" must be included in this value if you +want the GDB Graphical Interface." :type 'string :group 'gud :version "22.1") |