aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorNick Roberts2007-10-04 07:54:41 +0000
committerNick Roberts2007-10-04 07:54:41 +0000
commit7af32ba04359d2fa23b082cf63e16a66590db16f (patch)
treedada4d94fba0218fd6a48f68507a8243c76e1f8b /man
parent568c72886393e59f4279eb0b13452efbf24c4c70 (diff)
downloademacs-7af32ba04359d2fa23b082cf63e16a66590db16f.tar.gz
emacs-7af32ba04359d2fa23b082cf63e16a66590db16f.zip
(GDB Graphical Interface): Remove references to gdba
and mention gud-gdb.
Diffstat (limited to 'man')
-rw-r--r--man/building.texi19
1 files changed, 8 insertions, 11 deletions
diff --git a/man/building.texi b/man/building.texi
index 56d8560eae7..3fedbfed674 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -820,17 +820,14 @@ unlimited, so it sets the height and width accordingly. For correct
820operation you must not change these values during the GDB session. 820operation you must not change these values during the GDB session.
821 821
822@vindex gud-gdb-command-name 822@vindex gud-gdb-command-name
823@findex gdba 823 You can also run GDB in text command mode, like the other debuggers
824 You can also run GDB in text command mode, like other debuggers. To 824in Emacs. To do this, replace the GDB @code{"--annotate=3"} option
825do this, replace the GDB @code{"--annotate=3"} option with 825with @code{"--fullname"} either in the minibuffer for the current
826@code{"--fullname"} either in the minibuffer for the current Emacs 826Emacs session, or the custom variable @code{gud-gdb-command-name} for
827session, or the custom variable @code{gud-gdb-command-name} for all 827all future sessions. You need to use text command mode to debug
828future sessions. You need to use text command mode to debug multiple 828multiple programs within one Emacs session. You can also use
829programs within one Emacs session. If you have customized 829@kbd{M-x gud-gdb} to invoke GDB in text command mode if you have
830@code{gud-gdb-command-name} in this way, you can use @kbd{M-x gdba} to 830problems before execution has started.
831invoke GDB in graphical mode. Moreover, this command succeeds where
832@kbd{M-x gdb} fails, such as when your @file{.gdbinit} file contains
833executable GDB commands.
834 831
835@menu 832@menu
836* GDB-UI Layout:: Control the number of displayed buffers. 833* GDB-UI Layout:: Control the number of displayed buffers.