diff options
| -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 |