From 639bf5251012e95ebabf2607b0259c9c25a8ec08 Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Mon, 22 Sep 2003 19:33:43 +0000 Subject: [PATCH] Cleanup the debugging section. --- documentation/debugger.sgml | 44 ++++++------------------------------- 1 file changed, 7 insertions(+), 37 deletions(-) diff --git a/documentation/debugger.sgml b/documentation/debugger.sgml index 57cd930f0c5..1d7dbcea72c 100644 --- a/documentation/debugger.sgml +++ b/documentation/debugger.sgml @@ -4,14 +4,6 @@ Introduction - - Written by &name-eric-pouech; &email-eric-pouech; - (Last updated: 9/15/2002) - - - (Extracted from wine/documentation/winedbg) - - Processes and threads: in underlying OS and in Windows @@ -155,16 +147,9 @@ winedbg "hl.exe -windowed" process command, and then, with the attach command, pick up the wpid of the W-process - you want to debug. This is (for now) a neat feature for the - following reasons: - - - - - you can debug an already started application - - - + you want to debug. This is a neat feature as it allows you + to debug an already started application. + @@ -173,7 +158,7 @@ winedbg "hl.exe -windowed" When something goes wrong, Windows tracks this as an exception. Exceptions exist for segmentation violation, - stack overflow, division by zero... + stack overflow, division by zero, etc. When an exception occurs, Wine checks if the W-process is @@ -253,7 +238,7 @@ winedbg "hl.exe -windowed" You can stop the debugger while it's running by hitting Ctrl-C in its window. This will stop the debugged process, - and let you manipulate the current context + and let you manipulate the current context. @@ -276,15 +261,7 @@ winedbg "hl.exe -windowed" Using the Wine Debugger - Written by &name-marcus-meissner; &email-marcus-meissner;, - additions welcome. - - - (Extracted from wine/documentation/debugging) - - - - This file describes where to start debugging Wine. If at any + This section describes where to start debugging Wine. If at any point you get stuck and want to ask for help, please read the How to Report A Bug section of the Wine Users Guide for information on how to write @@ -660,7 +637,7 @@ Wine-dbg> Debugging Tips - Here are some useful debugging tips, added by Andreas Mohr: + Here are some additional debugging tips: @@ -885,9 +862,6 @@ wine -debug myprog.exe Useful memory addresses - - Written by &name-andreas-mohr; &email-andreas-mohr; - Wine uses several different kinds of memory addresses. @@ -1705,10 +1679,6 @@ parameters - - - Following text written by &name-andreas-mohr; &email-andreas-mohr; - Here's how to get info about the current execution status of a certain Wine process: