]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/gdb-mi.el (gdb): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 6 Oct 2011 14:55:10 +0000 (10:55 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 6 Oct 2011 14:55:10 +0000 (10:55 -0400)
See http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00229.html

lisp/ChangeLog
lisp/progmodes/gdb-mi.el

index 91f66fcf9384e8456328d0e4c4e0799916f2b581..efa4b87a9ea5ca72ecbac9a1b7d92416ea671813 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/gdb-mi.el (gdb): Doc fix.
+
 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (frame-auto-hide-function): New option replacing
index a4d7cff4127ce86c96cb8efd2fb13de8943f788a..a9af1ecf67be501e115a4be1eebda24970c2a2c0 100644 (file)
@@ -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