(gud-gdb-command-name): Explain

"--annotate=3" option is necessary for the Graphical Interface.
This commit is contained in:
Nick Roberts 2008-01-07 03:51:03 +00:00
parent 46174cf4c8
commit 6e498a9766

View file

@ -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")