diff options
| author | Nick Roberts | 2005-08-17 23:46:32 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-08-17 23:46:32 +0000 |
| commit | 3e2546d74d821cf1875d399542ba1996de8a9eba (patch) | |
| tree | 91c46c2cd72dd4c2637cb0cf6f5d6fe9ce189d8c | |
| parent | b01e8676d621142f87a9ae51bf785f46c27a5a68 (diff) | |
| download | emacs-3e2546d74d821cf1875d399542ba1996de8a9eba.tar.gz emacs-3e2546d74d821cf1875d399542ba1996de8a9eba.zip | |
(GDB Graphical Interface): Use better node names.
| -rw-r--r-- | man/building.texi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/building.texi b/man/building.texi index 6e6828c0409..2dd926c2c90 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -773,16 +773,16 @@ session. If you have customized @code{gud-gdb-command-name} in that | |||
| 773 | way, then you can use @kbd{M-x gdba} to invoke GDB in graphical mode. | 773 | way, then you can use @kbd{M-x gdba} to invoke GDB in graphical mode. |
| 774 | 774 | ||
| 775 | @menu | 775 | @menu |
| 776 | * Layout:: Control the number of displayed buffers. | 776 | * GDB User Interface Layout:: Control the number of displayed buffers. |
| 777 | * Breakpoints Buffer:: A breakpoint control panel. | 777 | * Breakpoints Buffer:: A breakpoint control panel. |
| 778 | * Stack Buffer:: Select a frame from the call stack. | 778 | * Stack Buffer:: Select a frame from the call stack. |
| 779 | * Watch Expressions:: Monitor variable values in the speedbar. | 779 | * Watch Expressions:: Monitor variable values in the speedbar. |
| 780 | * Other Buffers:: Input/output, locals, registers, assembler, threads | 780 | * Other GDB User Interface Buffers:: Input/output, locals, registers, assembler, |
| 781 | and memory buffers. | 781 | threads and memory buffers. |
| 782 | @end menu | 782 | @end menu |
| 783 | 783 | ||
| 784 | @node Layout | 784 | @node GDB User Interface Layout |
| 785 | @subsubsection Layout | 785 | @subsubsection GDB User Interface Layout |
| 786 | @cindex GDB User Interface layout | 786 | @cindex GDB User Interface layout |
| 787 | 787 | ||
| 788 | @findex gdb-many-windows | 788 | @findex gdb-many-windows |
| @@ -917,7 +917,7 @@ FUNCTION::VARIABLE format to display variables in the speedbar. | |||
| 917 | Since this does not work for variables defined in compound statements, | 917 | Since this does not work for variables defined in compound statements, |
| 918 | the default value is @code{nil}. | 918 | the default value is @code{nil}. |
| 919 | 919 | ||
| 920 | @node Other Buffers | 920 | @node Other GDB User Interface Buffers |
| 921 | @subsubsection Other Buffers | 921 | @subsubsection Other Buffers |
| 922 | 922 | ||
| 923 | @table @asis | 923 | @table @asis |