emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/emacs/building.texi,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/doc/emacs/building.texi,v
Date: Tue, 17 Jun 2008 02:16:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  08/06/17 02:16:09

Index: building.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/building.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- building.texi       22 Apr 2008 06:03:42 -0000      1.7
+++ building.texi       17 Jun 2008 02:16:09 -0000      1.8
@@ -527,9 +527,14 @@
 allowed.  GUD assumes that the first argument not starting with a
 @samp{-} is the executable file name.
 
address@hidden Running a debugger on a remote host
 Tramp provides a facility to debug programs on remote hosts.
 @xref{Running a debugger on a remote host, Running a debugger on a remote 
host,, tramp, The Tramp Manual}.
address@hidden Running a debugger on a remote host
+Both debugger and program are on the same remote host.
+This should not confused with debugging remote programs
+where the program runs on diferent machine to the debugger,
+as can be done with GDB, for example.
address@hidden Debugging,, Debugging Remote Programs, gdb, The GNU debugger}.
 
 @node Debugger Operation
 @subsection Debugger Operation
@@ -1079,8 +1084,9 @@
 (@pxref{Memory, Memory, Examining memory, gdb, The GNU debugger}).
 Click @kbd{Mouse-1} on the appropriate part of the header line to
 change the starting address or number of data items that the buffer
-displays.  Click @kbd{Mouse-3} on the header line to select the
-display format or unit size for these data items.
+displays.  Alternatively, use @kbd{S} or @kbd{N} respectively.  Click
address@hidden on the header line to select the display format or unit
+size for these data items.
 @end table
 
 When @code{gdb-many-windows} is address@hidden, the threads buffer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]