diff options
| author | Nick Roberts | 2007-10-04 07:54:41 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-10-04 07:54:41 +0000 |
| commit | 7af32ba04359d2fa23b082cf63e16a66590db16f (patch) | |
| tree | dada4d94fba0218fd6a48f68507a8243c76e1f8b /man | |
| parent | 568c72886393e59f4279eb0b13452efbf24c4c70 (diff) | |
| download | emacs-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.texi | 19 |
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 | |||
| 820 | operation you must not change these values during the GDB session. | 820 | operation 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 | 824 | in Emacs. To do this, replace the GDB @code{"--annotate=3"} option |
| 825 | do this, replace the GDB @code{"--annotate=3"} option with | 825 | with @code{"--fullname"} either in the minibuffer for the current |
| 826 | @code{"--fullname"} either in the minibuffer for the current Emacs | 826 | Emacs session, or the custom variable @code{gud-gdb-command-name} for |
| 827 | session, or the custom variable @code{gud-gdb-command-name} for all | 827 | all future sessions. You need to use text command mode to debug |
| 828 | future sessions. You need to use text command mode to debug multiple | 828 | multiple programs within one Emacs session. You can also use |
| 829 | programs 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 | 830 | problems before execution has started. |
| 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. | ||
| 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. |