diff options
| author | Nick Roberts | 2008-06-17 02:16:09 +0000 |
|---|---|---|
| committer | Nick Roberts | 2008-06-17 02:16:09 +0000 |
| commit | 4a3a621fb4465ac8535808a7d6fdf389cb40d4de (patch) | |
| tree | 81a9d5e1c063d1ab822a630d5bfaaaf92acbe1ee | |
| parent | 647b7094c98974f1f359e96b3af70ca8e2641a25 (diff) | |
| download | emacs-4a3a621fb4465ac8535808a7d6fdf389cb40d4de.tar.gz emacs-4a3a621fb4465ac8535808a7d6fdf389cb40d4de.zip | |
(Starting GUD): Expand on remote debugging.
(Other GDB-UI Buffers): Mention new keyboard bindings.
| -rw-r--r-- | doc/emacs/building.texi | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 322583c125b..aef30efd369 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -527,9 +527,14 @@ debugger supports. However, shell wildcards and variables are not | |||
| 527 | allowed. GUD assumes that the first argument not starting with a | 527 | allowed. GUD assumes that the first argument not starting with a |
| 528 | @samp{-} is the executable file name. | 528 | @samp{-} is the executable file name. |
| 529 | 529 | ||
| 530 | @c Running a debugger on a remote host | ||
| 530 | Tramp provides a facility to debug programs on remote hosts. | 531 | Tramp provides a facility to debug programs on remote hosts. |
| 531 | @xref{Running a debugger on a remote host, Running a debugger on a remote host,, tramp, The Tramp Manual}. | 532 | @xref{Running a debugger on a remote host, Running a debugger on a remote host,, tramp, The Tramp Manual}. |
| 532 | @c Running a debugger on a remote host | 533 | Both debugger and program are on the same remote host. |
| 534 | This should not confused with debugging remote programs | ||
| 535 | where the program runs on diferent machine to the debugger, | ||
| 536 | as can be done with GDB, for example. | ||
| 537 | @xref{Remote Debugging,, Debugging Remote Programs, gdb, The GNU debugger}. | ||
| 533 | 538 | ||
| 534 | @node Debugger Operation | 539 | @node Debugger Operation |
| 535 | @subsection Debugger Operation | 540 | @subsection Debugger Operation |
| @@ -1079,8 +1084,9 @@ The memory buffer lets you examine sections of program memory | |||
| 1079 | (@pxref{Memory, Memory, Examining memory, gdb, The GNU debugger}). | 1084 | (@pxref{Memory, Memory, Examining memory, gdb, The GNU debugger}). |
| 1080 | Click @kbd{Mouse-1} on the appropriate part of the header line to | 1085 | Click @kbd{Mouse-1} on the appropriate part of the header line to |
| 1081 | change the starting address or number of data items that the buffer | 1086 | change the starting address or number of data items that the buffer |
| 1082 | displays. Click @kbd{Mouse-3} on the header line to select the | 1087 | displays. Alternatively, use @kbd{S} or @kbd{N} respectively. Click |
| 1083 | display format or unit size for these data items. | 1088 | @kbd{Mouse-3} on the header line to select the display format or unit |
| 1089 | size for these data items. | ||
| 1084 | @end table | 1090 | @end table |
| 1085 | 1091 | ||
| 1086 | When @code{gdb-many-windows} is non-@code{nil}, the threads buffer | 1092 | When @code{gdb-many-windows} is non-@code{nil}, the threads buffer |