aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-06-20 16:03:22 +0000
committerEli Zaretskii2008-06-20 16:03:22 +0000
commit7af517e72e396d96a89bdded9e4a5b4884e3d146 (patch)
treec8141e35b1ac443ea6176692267d6eb93a8949f1
parent94e9c286caafb61fc8edf1e086b8a90eee7ca18b (diff)
downloademacs-7af517e72e396d96a89bdded9e4a5b4884e3d146.tar.gz
emacs-7af517e72e396d96a89bdded9e4a5b4884e3d146.zip
(Starting GUD): Fix change from 2008-06-17 about remote debugging.
-rw-r--r--doc/emacs/building.texi15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 8934f0e2775..d2f73b28da3 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -534,13 +534,14 @@ allowed. GUD assumes that the first argument not starting with a
534@samp{-} is the executable file name. 534@samp{-} is the executable file name.
535 535
536@c Running a debugger on a remote host 536@c Running a debugger on a remote host
537Tramp provides a facility to debug programs on remote hosts. 537Tramp provides a facility to debug programs on remote hosts
538@xref{Running a debugger on a remote host, Running a debugger on a remote host,, tramp, The Tramp Manual}. 538(@pxref{Running a debugger on a remote host, Running a debugger on a
539Both debugger and program are on the same remote host. 539remote host,, tramp, The Tramp Manual}), whereby both the debugger and
540This should not confused with debugging remote programs 540the program being debugged are on the same remote host. This should
541where the program runs on diferent machine to the debugger, 541not be confused with debugging programs remotely, where the program
542as can be done with GDB, for example. 542and the debugger run on different machines, as can be done using the
543@xref{Remote Debugging,, Debugging Remote Programs, gdb, The GNU debugger}. 543GDB remote debugging feature, for example (@pxref{Remote Debugging,,
544Debugging Remote Programs, gdb, The GNU debugger}).
544 545
545@node Debugger Operation 546@node Debugger Operation
546@subsection Debugger Operation 547@subsection Debugger Operation