emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/building.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/building.texi
Date: Sun, 12 Feb 2006 20:22:44 +0000

Index: emacs/man/building.texi
diff -u emacs/man/building.texi:1.85 emacs/man/building.texi:1.86
--- emacs/man/building.texi:1.85        Tue Feb  7 23:47:53 2006
+++ emacs/man/building.texi     Sun Feb 12 20:22:44 2006
@@ -976,11 +976,13 @@
 If the variable @code{gdb-use-inferior-io-buffer} is address@hidden,
 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}.
-
-Some of the commands from shell mode are available here.  @xref{Shell
-Mode}.
+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.
+
+The history and replay commands from Shell mode are available here,
+as are the commands to send signals to the program you are debugging.
address@hidden Mode}.
 
 @item Locals Buffer
 The locals buffer displays the values of local variables of the
@@ -990,8 +992,8 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]