emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/emacs/building.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/doc/emacs/building.texi,v
Date: Tue, 09 Oct 2007 08:53:18 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/10/09 08:52:58

Index: doc/emacs/building.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/emacs/building.texi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- doc/emacs/building.texi     6 Sep 2007 04:44:24 -0000       1.1
+++ doc/emacs/building.texi     9 Oct 2007 08:52:55 -0000       1.2
@@ -824,17 +824,14 @@
 operation you must not change these values during the GDB session.
 
 @vindex gud-gdb-command-name
address@hidden gdba
-  You can also run GDB in text command mode, like other debuggers.  To
-do this, replace the GDB @code{"--annotate=3"} option with
address@hidden"--fullname"} either in the minibuffer for the current Emacs
-session, or the custom variable @code{gud-gdb-command-name} for all
-future sessions.  You need to use text command mode to debug multiple
-programs within one Emacs session.  If you have customized
address@hidden in this way, you can use @kbd{M-x gdba} to
-invoke GDB in graphical mode.  Moreover, this command succeeds where
address@hidden gdb} fails, such as when your @file{.gdbinit} file contains
-executable GDB commands.
+  You can also run GDB in text command mode, like the other debuggers
+in Emacs.  To do this, replace the GDB @code{"--annotate=3"} option
+with @code{"--fullname"} either in the minibuffer for the current
+Emacs session, or the custom variable @code{gud-gdb-command-name} for
+all future sessions.  You need to use text command mode to debug
+multiple programs within one Emacs session.  You can also use
address@hidden gud-gdb} to invoke GDB in text command mode if you have
+problems before execution has started.
 
 @menu
 * GDB-UI Layout::               Control the number of displayed buffers.




reply via email to

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