diff options
| author | Chong Yidong | 2011-10-06 10:55:10 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-10-06 10:55:10 -0400 |
| commit | a1c2d21e0e23bb792ecf973355480db6f14e4464 (patch) | |
| tree | 21b5d08f1d126048a6a05290b8e3a3e24edec4c5 | |
| parent | a959fc400dcb53d091eafe2fe2b866fd67e5803e (diff) | |
| download | emacs-a1c2d21e0e23bb792ecf973355480db6f14e4464.tar.gz emacs-a1c2d21e0e23bb792ecf973355480db6f14e4464.zip | |
* lisp/progmodes/gdb-mi.el (gdb): Doc fix.
See http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00229.html
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/gdb-mi.el | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91f66fcf938..efa4b87a9ea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-10-06 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * progmodes/gdb-mi.el (gdb): Doc fix. | ||
| 4 | |||
| 1 | 2011-10-05 Martin Rudalics <rudalics@gmx.at> | 5 | 2011-10-05 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * window.el (frame-auto-hide-function): New option replacing | 7 | * window.el (frame-auto-hide-function): New option replacing |
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'" | |||
| 605 | The directory containing FILE becomes the initial working directory | 605 | The directory containing FILE becomes the initial working directory |
| 606 | and source-file directory for your debugger. | 606 | and source-file directory for your debugger. |
| 607 | 607 | ||
| 608 | COMMAND-LINE is the shell command for starting the gdb session. | ||
| 609 | It should be a string consisting of the name of the gdb | ||
| 610 | executable followed by command-line options. The command-line | ||
| 611 | options should include \"-i=mi\" to use gdb's MI text interface. | ||
| 612 | Note that the old \"--anotate\" option is no longer supported. | ||
| 613 | |||
| 608 | If `gdb-many-windows' is nil (the default value) then gdb just | 614 | If `gdb-many-windows' is nil (the default value) then gdb just |
| 609 | pops up the GUD buffer unless `gdb-show-main' is t. In this case | 615 | pops up the GUD buffer unless `gdb-show-main' is t. In this case |
| 610 | it starts with two windows: one displaying the GUD buffer and the | 616 | it starts with two windows: one displaying the GUD buffer and the |