aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/building.texi14
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
976If the variable @code{gdb-use-inferior-io-buffer} is non-@code{nil}, 976If the variable @code{gdb-use-inferior-io-buffer} is non-@code{nil},
977the executable program that is being debugged takes its input and 977the executable program that is being debugged takes its input and
978displays its output here. Otherwise it uses the GUD buffer for that. 978displays its output here. Otherwise it uses the GUD buffer for that.
979To toggle the use of this buffer, do @kbd{M-x 979To toggle whether GUD mode uses this buffer, do @kbd{M-x
980gdb-use-inferior-io-buffer}. 980gdb-use-inferior-io-buffer}. That takes effect when you next
981restart the program you are debugging.
981 982
982Some of the commands from shell mode are available here. @xref{Shell 983The history and replay commands from Shell mode are available here,
983Mode}. 984as 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
986The locals buffer displays the values of local variables of the 988The locals buffer displays the values of local variables of the
@@ -990,8 +992,8 @@ Information on a frame, gdb, The GNU debugger}).
990Arrays and structures display their type only. With GDB 6.4 or later, 992Arrays and structures display their type only. With GDB 6.4 or later,
991move point to their name and press @key{RET}, or alternatively click 993move 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
993of GDB, move point to their type description ([struct/union] or 995of 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