diff options
author | Dmitry Dzhus <dima@sphinx.net.ru> | 2009-08-08 17:00:52 +0000 |
---|---|---|
committer | Dmitry Dzhus <dima@sphinx.net.ru> | 2009-08-08 17:00:52 +0000 |
commit | 8d6bb99e733acf952a9e43a47e3e7ef48ca1f31c (patch) | |
tree | 9957c265bd2c5b6bd8057648f3702166cf085ed7 /doc/emacs/emacs.texi | |
parent | 7c4654ad3b6d5c286138a270057716b01e4edd18 (diff) | |
download | emacs-8d6bb99e733acf952a9e43a47e3e7ef48ca1f31c.tar.gz emacs-8d6bb99e733acf952a9e43a47e3e7ef48ca1f31c.tar.bz2 emacs-8d6bb99e733acf952a9e43a47e3e7ef48ca1f31c.zip |
* emacs.texi (Top): Add new menu items for GDB-UI.
* building.texi (GDB Graphical Interface): Add Multithreaded debugging
section. Threads buffer is in separate section now.
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 95f73b52711..c875cb9a8fa 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -744,14 +744,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 |