diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2010-03-28 02:27:43 +1300 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2010-03-28 02:27:43 +1300 |
commit | 691cf4a0a2e4805dbfad20644a9748bf3597024a (patch) | |
tree | 3d98fd36bd4d24a03b216900676410cdd7b15df8 /doc/emacs/emacs.texi | |
parent | 31f191b3a2d314c41a1e48b51615fdfe3fe20260 (diff) | |
download | emacs-691cf4a0a2e4805dbfad20644a9748bf3597024a.tar.gz |
Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz:
added:
lisp/progmodes/gdb-mi.el
removed:
lisp/progmodes/gdb-ui.el
modified:
doc/emacs/building.texi
doc/emacs/emacs.texi
etc/NEWS
lisp/Makefile.in
lisp/progmodes/gud.el
Diffstat (limited to 'doc/emacs/emacs.texi')
-rw-r--r-- | doc/emacs/emacs.texi | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 7e8c2052d94..b77863e366b 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -746,14 +746,16 @@ Running Debuggers Under Emacs GDB Graphical Interface -* GDB-UI Layout:: Control the number of displayed buffers. -* Source Buffers:: Use the mouse in the fringe/margin to - control your program. -* Breakpoints Buffer:: A breakpoint control panel. -* Stack Buffer:: Select a frame from the call stack. -* Other GDB-UI Buffers::Input/output, locals, registers, - assembler, threads and memory buffers. -* Watch Expressions:: Monitor variable values in the speedbar. +* GDB-UI Layout:: Control the number of displayed buffers. +* Source Buffers:: Use the mouse in the fringe/margin to + control your program. +* Breakpoints Buffer:: A breakpoint control panel. +* Threads Buffer:: Displays your threads. +* Stack Buffer:: Select a frame from the call stack. +* Other GDB-UI Buffers:: Input/output, locals, registers, + assembler, threads and memory buffers. +* Watch Expressions:: Monitor variable values in the speedbar. +* Multithreaded Debugging:: Debugging programs with several threads. Maintaining Large Programs |