comparison man/building.texi @ 78348:62ba8fc1101f

(GDB Graphical Interface): Qualify use of "M-x gdba".
author Nick Roberts <nickrob@snap.net.nz>
date Sat, 28 Jul 2007 03:27:05 +0000
parents 460f1bfb58f2
children b1c01a5355f9 e126e09e6ac7
comparison
equal deleted inserted replaced
78347:da1812ef8848 78348:62ba8fc1101f
826 @code{"--fullname"} either in the minibuffer for the current Emacs 826 @code{"--fullname"} either in the minibuffer for the current Emacs
827 session, or the custom variable @code{gud-gdb-command-name} for all 827 session, or the custom variable @code{gud-gdb-command-name} for all
828 future sessions. You need to use text command mode to debug multiple 828 future sessions. You need to use text command mode to debug multiple
829 programs within one Emacs session. If you have customized 829 programs within one Emacs session. If you have customized
830 @code{gud-gdb-command-name} in this way, you can use @kbd{M-x gdba} to 830 @code{gud-gdb-command-name} in this way, you can use @kbd{M-x gdba} to
831 invoke GDB in graphical mode. 831 invoke GDB in graphical mode. Moreover, this command succeeds where
832 @kbd{M-x gdb} fails, such as when your @file{.gdbinit} file contains
833 executable GDB commands.
832 834
833 @menu 835 @menu
834 * GDB-UI Layout:: Control the number of displayed buffers. 836 * GDB-UI Layout:: Control the number of displayed buffers.
835 * Source Buffers:: Use the mouse in the fringe/margin to 837 * Source Buffers:: Use the mouse in the fringe/margin to
836 control your program. 838 control your program.