aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2008-06-17 02:16:09 +0000
committerNick Roberts2008-06-17 02:16:09 +0000
commit4a3a621fb4465ac8535808a7d6fdf389cb40d4de (patch)
tree81a9d5e1c063d1ab822a630d5bfaaaf92acbe1ee
parent647b7094c98974f1f359e96b3af70ca8e2641a25 (diff)
downloademacs-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.texi12
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
527allowed. GUD assumes that the first argument not starting with a 527allowed. 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
530Tramp provides a facility to debug programs on remote hosts. 531Tramp 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 533Both debugger and program are on the same remote host.
534This should not confused with debugging remote programs
535where the program runs on diferent machine to the debugger,
536as 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}).
1080Click @kbd{Mouse-1} on the appropriate part of the header line to 1085Click @kbd{Mouse-1} on the appropriate part of the header line to
1081change the starting address or number of data items that the buffer 1086change the starting address or number of data items that the buffer
1082displays. Click @kbd{Mouse-3} on the header line to select the 1087displays. Alternatively, use @kbd{S} or @kbd{N} respectively. Click
1083display format or unit size for these data items. 1088@kbd{Mouse-3} on the header line to select the display format or unit
1089size for these data items.
1084@end table 1090@end table
1085 1091
1086When @code{gdb-many-windows} is non-@code{nil}, the threads buffer 1092When @code{gdb-many-windows} is non-@code{nil}, the threads buffer