aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-10-31 22:05:53 +0000
committerNick Roberts2005-10-31 22:05:53 +0000
commitd08a1c88d63c66a8553025e85ee548c98a75ef26 (patch)
tree8f93e7fe2ec23477a82e5269a911ce4632c2a8c4
parente5beba32391dd0fe64724672b22e94cbb7c1997c (diff)
downloademacs-d08a1c88d63c66a8553025e85ee548c98a75ef26.tar.gz
emacs-d08a1c88d63c66a8553025e85ee548c98a75ef26.zip
(Other GDB User Interface Buffers): Describe
the command gdb-use-inferior-io-buffer.
-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