aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/building.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/man/building.texi b/man/building.texi
index 451df233b06..218bba63900 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -936,8 +936,11 @@ statements, the default value is @code{nil}.
936@vindex gdb-use-inferior-io-buffer 936@vindex gdb-use-inferior-io-buffer
937If the variable @code{gdb-use-inferior-io-buffer} is non-@code{nil}, 937If the variable @code{gdb-use-inferior-io-buffer} is non-@code{nil},
938the executable program that is being debugged takes its input and 938the executable program that is being debugged takes its input and
939displays its output here. Some of the commands from shell mode are 939displays its output here, otherwise it uses the GUD buffer. To toggle
940available here. @xref{Shell Mode}. 940the use of this buffer, do @kbd{M-x gdb-use-inferior-io-buffer}.
941
942Some of the commands from shell mode are available here. @xref{Shell
943Mode}.
941 944
942@item Locals Buffer 945@item Locals Buffer
943The locals buffer displays the values of local variables of the 946The locals buffer displays the values of local variables of the