Debugger.sgml doc update

jeffl jeffl at defcen.gov.au
Mon Apr 12 01:05:42 CDT 2004


All, I was confused by this when I first started looking at wine. The 
walk process gives hex values for the process ID and inexperience caused 
me to enter them the as numerics.  This tiny patch clarifies the issue 
somewhat.

Jeff
jeffl at defcen.gov.au
-------------- next part --------------
Index: debugger.sgml
===================================================================
RCS file: /home/wine/wine/documentation/debugger.sgml,v
retrieving revision 1.27
diff -u -r1.27 debugger.sgml
--- debugger.sgml	15 Dec 2003 19:53:09 -0000	1.27
+++ debugger.sgml	12 Apr 2004 06:05:36 -0000
@@ -1198,8 +1198,9 @@
 abort		aborts the debugger
 quit		exits the debugger
 
-attach N	attach to a W-process (N is its ID). IDs can be
-		obtained using the walk process command
+attach N	attach to a W-process (N is its ID, numeric or hexadecimal(0xN)). 
+		IDs can be obtained using the walk process command.  Note the
+		walk process command returns hexadecimal values 
 detach          detach from a W-process. WineDbg will exit (this may
                 be changed later on)
         </screen>


More information about the wine-patches mailing list