aboutsummaryrefslogtreecommitdiffstats
path: root/man/building.texi
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2004-10-06 07:19:04 +0000
committerNick Roberts <[email protected]>2004-10-06 07:19:04 +0000
commit444ee6d730b2d4506872596e786926bd4db04ef8 (patch)
treefb82bd989b40dde0bb94284463fbbc3792a7009f /man/building.texi
parent07f7e9aede707c188ec0e88ac3fade20bc3b4725 (diff)
(Starting GUD): Note that multiple debugging
sessions requires `gdb --fullname'.
Diffstat (limited to 'man/building.texi')
-rw-r--r--man/building.texi12
1 files changed, 7 insertions, 5 deletions
diff --git a/man/building.texi b/man/building.texi
index 972f88abbd..2ec96b0f6b 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -336,11 +336,13 @@ to a particular debugger program.
@findex gdb
Run GDB as a subprocess of Emacs. If the variable
@code{gud-gdb-command-name} is ``gdb --annotate=3'' (the default
-value) then GDB starts as for @kbd{M-x gdba} below. If you want to
-GDB to start as in Emacs 21.3 and earlier then set
-@code{gud-gdb-command-name} to ``gdb --fullname''. In this case, the
-command creates a buffer for input and output to GDB, and switches to
-it. If a GDB buffer already exists, it just switches to that buffer.
+value) then GDB starts as for @kbd{M-x gdba} below. If you want GDB
+to start as in Emacs 21.3 and earlier then edit the string in the
+minibuffer or set @code{gud-gdb-command-name} to ``gdb --fullname''.
+You need to do this if you want to run multiple debugging sessions
+within one Emacs session. In this case, the command creates a buffer
+for input and output to GDB, and switches to it. If a GDB buffer
+already exists, it just switches to that buffer.
@item M-x gdba @key{RET} @var{file} @key{RET}
Run GDB as a subprocess of Emacs, providing a graphical interface