diff options
| -rw-r--r-- | man/building.texi | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/man/building.texi b/man/building.texi index e3e3b5ac5a2..4bcfbf9d7a7 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -976,11 +976,13 @@ for variables defined in compound statements, the default value is | |||
| 976 | If the variable @code{gdb-use-inferior-io-buffer} is non-@code{nil}, | 976 | If the variable @code{gdb-use-inferior-io-buffer} is non-@code{nil}, |
| 977 | the executable program that is being debugged takes its input and | 977 | the executable program that is being debugged takes its input and |
| 978 | displays its output here. Otherwise it uses the GUD buffer for that. | 978 | displays its output here. Otherwise it uses the GUD buffer for that. |
| 979 | To toggle the use of this buffer, do @kbd{M-x | 979 | To toggle whether GUD mode uses this buffer, do @kbd{M-x |
| 980 | gdb-use-inferior-io-buffer}. | 980 | gdb-use-inferior-io-buffer}. That takes effect when you next |
| 981 | restart the program you are debugging. | ||
| 981 | 982 | ||
| 982 | Some of the commands from shell mode are available here. @xref{Shell | 983 | The history and replay commands from Shell mode are available here, |
| 983 | Mode}. | 984 | as are the commands to send signals to the program you are debugging. |
| 985 | @xref{Shell Mode}. | ||
| 984 | 986 | ||
| 985 | @item Locals Buffer | 987 | @item Locals Buffer |
| 986 | The locals buffer displays the values of local variables of the | 988 | The locals buffer displays the values of local variables of the |
| @@ -990,8 +992,8 @@ Information on a frame, gdb, The GNU debugger}). | |||
| 990 | Arrays and structures display their type only. With GDB 6.4 or later, | 992 | Arrays and structures display their type only. With GDB 6.4 or later, |
| 991 | move point to their name and press @key{RET}, or alternatively click | 993 | move point to their name and press @key{RET}, or alternatively click |
| 992 | @kbd{Mouse-2} there, to examine their values. With earlier versions | 994 | @kbd{Mouse-2} there, to examine their values. With earlier versions |
| 993 | of GDB, move point to their type description ([struct/union] or | 995 | of GDB, use @kbd{Mouse-2} or @key{RET} on the type description |
| 994 | [array]). @xref{Watch Expressions}. | 996 | (@samp{[struct/union]} or @samp{[array]}). @xref{Watch Expressions}. |
| 995 | 997 | ||
| 996 | @item Registers Buffer | 998 | @item Registers Buffer |
| 997 | @findex toggle-gdb-all-registers | 999 | @findex toggle-gdb-all-registers |