emacs.texi (Top): Update node names to those in building.texi.

This commit is contained in:
Nick Roberts 2010-03-28 17:00:37 +13:00
parent 691cf4a0a2
commit 22ef194402
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2010-03-28 Nick Roberts <nickrob@snap.net.nz>
* emacs.texi (Top): Update node names to those in building.texi.
2010-03-24 Glenn Morris <rgm@gnu.org>
* ack.texi (Acknowledgments):

View file

@ -746,13 +746,13 @@ Running Debuggers Under Emacs
GDB Graphical Interface
* GDB-UI Layout:: Control the number of displayed buffers.
* GDB User Interface 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,
* Other GDB 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.