1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(GDB Graphical Interface): Qualify use of "M-x gdba".

This commit is contained in:
Nick Roberts 2007-07-28 03:27:05 +00:00
parent f242f7721f
commit 71fed6f357

View File

@ -828,7 +828,9 @@ 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
@code{gud-gdb-command-name} in this way, you can use @kbd{M-x gdba} to
invoke GDB in graphical mode.
invoke GDB in graphical mode. Moreover, this command succeeds where
@kbd{M-x gdb} fails, such as when your @file{.gdbinit} file contains
executable GDB commands.
@menu
* GDB-UI Layout:: Control the number of displayed buffers.