changeset 79724:1216df323631

(gud-gdb-command-name): Explain "--annotate=3" option is necessary for the Graphical Interface.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 07 Jan 2008 03:51:03 +0000
parents ec9cfc111df0
children 4ceae4ec8fb2
files lisp/progmodes/gdb-ui.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el	Mon Jan 07 03:49:07 2008 +0000
+++ b/lisp/progmodes/gdb-ui.el	Mon Jan 07 03:51:03 2008 +0000
@@ -1256,7 +1256,9 @@
 ;;
 
 (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")