summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-10-06 10:55:10 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-10-06 10:55:10 -0400
commita1c2d21e0e23bb792ecf973355480db6f14e4464 (patch)
tree21b5d08f1d126048a6a05290b8e3a3e24edec4c5 /lisp/progmodes
parenta959fc400dcb53d091eafe2fe2b866fd67e5803e (diff)
downloademacs-a1c2d21e0e23bb792ecf973355480db6f14e4464.tar.gz
* lisp/progmodes/gdb-mi.el (gdb): Doc fix.
See http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00229.html
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/gdb-mi.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index a4d7cff4127..a9af1ecf67b 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -605,6 +605,12 @@ NOARG must be t when this macro is used outside `gud-def'"
The directory containing FILE becomes the initial working directory
and source-file directory for your debugger.
+COMMAND-LINE is the shell command for starting the gdb session.
+It should be a string consisting of the name of the gdb
+executable followed by command-line options. The command-line
+options should include \"-i=mi\" to use gdb's MI text interface.
+Note that the old \"--anotate\" option is no longer supported.
+
If `gdb-many-windows' is nil (the default value) then gdb just
pops up the GUD buffer unless `gdb-show-main' is t. In this case
it starts with two windows: one displaying the GUD buffer and the