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