diff options
| author | Nick Roberts | 2008-04-19 23:05:21 +0000 |
|---|---|---|
| committer | Nick Roberts | 2008-04-19 23:05:21 +0000 |
| commit | 95dbaaea805198e1e69cd55ae958e960226fb10b (patch) | |
| tree | 9b09467a2a679fb6a457c385e5148d0b0881c572 | |
| parent | b9b3bf2b8893a8f631fe81760dce1d405af05165 (diff) | |
| download | emacs-95dbaaea805198e1e69cd55ae958e960226fb10b.tar.gz emacs-95dbaaea805198e1e69cd55ae958e960226fb10b.zip | |
(GDB-UI Layout, Breakpoints Buffer)
(Other GDB-UI Buffers): Update for recent thread related changes.
| -rw-r--r-- | doc/emacs/building.texi | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index ac4721b2fe1..986b0c2e429 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -866,7 +866,7 @@ displays the following frame layout: | |||
| 866 | |--------------------------------+--------------------------------+ | 866 | |--------------------------------+--------------------------------+ |
| 867 | | Primary Source buffer | I/O buffer for debugged pgm | | 867 | | Primary Source buffer | I/O buffer for debugged pgm | |
| 868 | |--------------------------------+--------------------------------+ | 868 | |--------------------------------+--------------------------------+ |
| 869 | | Stack buffer | Breakpoints buffer | | 869 | | Stack buffer | Breakpoints/thread buffer | |
| 870 | +--------------------------------+--------------------------------+ | 870 | +--------------------------------+--------------------------------+ |
| 871 | @end group | 871 | @end group |
| 872 | @end smallexample | 872 | @end smallexample |
| @@ -994,6 +994,11 @@ Visit the source line for the current breakpoint | |||
| 994 | Visit the source line for the breakpoint you click on. | 994 | Visit the source line for the breakpoint you click on. |
| 995 | @end table | 995 | @end table |
| 996 | 996 | ||
| 997 | When @code{gdb-many-windows} is non-@code{nil}, the breakpoints buffer | ||
| 998 | shares its window with the threads buffer. To switch from one to the | ||
| 999 | other click with @kbd{mouse-1} on the relevant button in the header | ||
| 1000 | line. | ||
| 1001 | |||
| 997 | @node Stack Buffer | 1002 | @node Stack Buffer |
| 998 | @subsubsection Stack Buffer | 1003 | @subsubsection Stack Buffer |
| 999 | 1004 | ||
| @@ -1065,6 +1070,15 @@ Alternatively, click @kbd{Mouse-2} on a thread to select it. If the | |||
| 1065 | locals buffer is visible, its contents update to display the variables | 1070 | locals buffer is visible, its contents update to display the variables |
| 1066 | that are local in the new thread. | 1071 | that are local in the new thread. |
| 1067 | 1072 | ||
| 1073 | When @code{gdb-many-windows} is non-@code{nil}, the threads buffer | ||
| 1074 | shares its window with the breakpoints buffer. To switch from one to | ||
| 1075 | the other click with @kbd{mouse-1} on the relevant button in the | ||
| 1076 | header line. | ||
| 1077 | |||
| 1078 | When there is more than one main thread and the threads buffer is | ||
| 1079 | present, Emacs displays the selected thread number in many of the | ||
| 1080 | GDB-UI Buffers. | ||
| 1081 | |||
| 1068 | @item Memory Buffer | 1082 | @item Memory Buffer |
| 1069 | The memory buffer lets you examine sections of program memory | 1083 | The memory buffer lets you examine sections of program memory |
| 1070 | (@pxref{Memory, Memory, Examining memory, gdb, The GNU debugger}). | 1084 | (@pxref{Memory, Memory, Examining memory, gdb, The GNU debugger}). |