emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106005: * lisp/progmodes/gdb-mi.el (


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106005: * lisp/progmodes/gdb-mi.el (gdb): Doc fix.
Date: Thu, 06 Oct 2011 10:55:10 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106005
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Thu 2011-10-06 10:55:10 -0400
message:
  * lisp/progmodes/gdb-mi.el (gdb): Doc fix.
  
  See http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00229.html
modified:
  lisp/ChangeLog
  lisp/progmodes/gdb-mi.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-05 08:59:13 +0000
+++ b/lisp/ChangeLog    2011-10-06 14:55:10 +0000
@@ -1,3 +1,7 @@
+2011-10-06  Chong Yidong  <address@hidden>
+
+       * progmodes/gdb-mi.el (gdb): Doc fix.
+
 2011-10-05  Martin Rudalics  <address@hidden>
 
        * window.el (frame-auto-hide-function): New option replacing

=== modified file 'lisp/progmodes/gdb-mi.el'
--- a/lisp/progmodes/gdb-mi.el  2011-09-11 18:30:07 +0000
+++ b/lisp/progmodes/gdb-mi.el  2011-10-06 14:55:10 +0000
@@ -605,6 +605,12 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]