diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-10-31 22:05:53 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-10-31 22:05:53 +0000 |
commit | d08a1c88d63c66a8553025e85ee548c98a75ef26 (patch) | |
tree | 8f93e7fe2ec23477a82e5269a911ce4632c2a8c4 /man/building.texi | |
parent | e5beba32391dd0fe64724672b22e94cbb7c1997c (diff) | |
download | emacs-d08a1c88d63c66a8553025e85ee548c98a75ef26.tar.gz |
(Other GDB User Interface Buffers): Describe
the command gdb-use-inferior-io-buffer.
Diffstat (limited to 'man/building.texi')
-rw-r--r-- | man/building.texi | 7 |
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}. @vindex gdb-use-inferior-io-buffer If the variable @code{gdb-use-inferior-io-buffer} is non-@code{nil}, the executable program that is being debugged takes its input and -displays its output here. Some of the commands from shell mode are -available here. @xref{Shell Mode}. +displays its output here, otherwise it uses the GUD buffer. To toggle +the use of this buffer, do @kbd{M-x gdb-use-inferior-io-buffer}. + +Some of the commands from shell mode are available here. @xref{Shell +Mode}. @item Locals Buffer The locals buffer displays the values of local variables of the |