diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-02-12 20:22:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-02-12 20:22:44 +0000 |
commit | cf3a96a39dfd89cbfe8bb8e96dd89f552ea40185 (patch) | |
tree | e7c08ee8d7034dadbd84af568d17801f67f58301 /man/building.texi | |
parent | 7dbde7dd2e4a97d4beb6b6919e608d2b8092f30b (diff) | |
download | emacs-cf3a96a39dfd89cbfe8bb8e96dd89f552ea40185.tar.gz |
(Other GDB User Interface Buffers): Clarifications.
Diffstat (limited to 'man/building.texi')
-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 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. Otherwise it uses the GUD buffer for that. -To toggle the use of this buffer, do @kbd{M-x -gdb-use-inferior-io-buffer}. +To toggle whether GUD mode uses this buffer, do @kbd{M-x +gdb-use-inferior-io-buffer}. That takes effect when you next +restart the program you are debugging. -Some of the commands from shell mode are available here. @xref{Shell -Mode}. +The history and replay commands from Shell mode are available here, +as are the commands to send signals to the program you are debugging. +@xref{Shell Mode}. @item Locals Buffer The locals buffer displays the values of local variables of the @@ -990,8 +992,8 @@ Information on a frame, gdb, The GNU debugger}). Arrays and structures display their type only. With GDB 6.4 or later, move point to their name and press @key{RET}, or alternatively click @kbd{Mouse-2} there, to examine their values. With earlier versions -of GDB, move point to their type description ([struct/union] or -[array]). @xref{Watch Expressions}. +of GDB, use @kbd{Mouse-2} or @key{RET} on the type description +(@samp{[struct/union]} or @samp{[array]}). @xref{Watch Expressions}. @item Registers Buffer @findex toggle-gdb-all-registers |