aboutsummaryrefslogtreecommitdiffstats
path: root/doc/emacs
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2008-04-22 06:03:42 +0000
committerNick Roberts <[email protected]>2008-04-22 06:03:42 +0000
commit1a19cb6ac831ea7e6e2537926c79ed67960e74be (patch)
tree15d3fed7ba58ce24fc3206da31d707fa2fc3e95b /doc/emacs
parent4ac1e9b4c623cde90d6f3a0ec507beae51613085 (diff)
(GDB-UI Layout, Other GDB-UI Buffers): Update for
recent changes.
Diffstat (limited to 'doc/emacs')
-rw-r--r--doc/emacs/building.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 986b0c2e42..322583c125 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -862,7 +862,7 @@ displays the following frame layout:
@smallexample
@group
+--------------------------------+--------------------------------+
-| GUD buffer (I/O of GDB) | Locals buffer |
+| GUD buffer (I/O of GDB) | Locals/Registers buffer |
|--------------------------------+--------------------------------+
| Primary Source buffer | I/O buffer for debugged pgm |
|--------------------------------+--------------------------------+
@@ -1070,14 +1070,9 @@ Alternatively, click @kbd{Mouse-2} on a thread to select it. If the
locals buffer is visible, its contents update to display the variables
that are local in the new thread.
-When @code{gdb-many-windows} is non-@code{nil}, the threads buffer
-shares its window with the breakpoints buffer. To switch from one to
-the other click with @kbd{mouse-1} on the relevant button in the
-header line.
-
When there is more than one main thread and the threads buffer is
-present, Emacs displays the selected thread number in many of the
-GDB-UI Buffers.
+present, Emacs displays the selected thread number in the mode line of
+many of the GDB-UI Buffers.
@item Memory Buffer
The memory buffer lets you examine sections of program memory
@@ -1088,6 +1083,11 @@ displays. Click @kbd{Mouse-3} on the header line to select the
display format or unit size for these data items.
@end table
+When @code{gdb-many-windows} is non-@code{nil}, the threads buffer
+shares its window with the breakpoints buffer, and the locals buffer
+with the registers buffer. To switch from one to the other click with
+@kbd{mouse-1} on the relevant button in the header line.
+
@node Watch Expressions
@subsubsection Watch Expressions
@cindex Watching expressions in GDB