aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/building.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 6af2d9d7545..eb8d2027cf8 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -916,6 +916,14 @@ layout by typing @kbd{M-x gdb-restore-windows}. To toggle
916between the many windows layout and a simple layout with just the GUD 916between the many windows layout and a simple layout with just the GUD
917interaction buffer and a source file, type @kbd{M-x gdb-many-windows}. 917interaction buffer and a source file, type @kbd{M-x gdb-many-windows}.
918 918
919 If you have an elaborate window setup, and don't want
920@code{gdb-many-windows} to disrupt that, it is better to invoke
921@kbd{M-x gdb} in a separate frame to begin with, then the arrangement
922of windows on your original frame will not be affected. A separate
923frame for GDB sessions can come in especially handy if you work on a
924text-mode terminal, where the screen estate for windows could be at a
925premium.
926
919 You may also specify additional GDB-related buffers to display, 927 You may also specify additional GDB-related buffers to display,
920either in the same frame or a different one. Select the buffers you 928either in the same frame or a different one. Select the buffers you
921want by typing @code{M-x gdb-display-@var{buffertype}-buffer} or 929want by typing @code{M-x gdb-display-@var{buffertype}-buffer} or