Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
639bf525
Commit
639bf525
authored
Sep 22, 2003
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Sep 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup the debugging section.
parent
0bfdc555
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
37 deletions
+7
-37
debugger.sgml
documentation/debugger.sgml
+7
-37
No files found.
documentation/debugger.sgml
View file @
639bf525
...
...
@@ -4,14 +4,6 @@
<sect1 id="dbg-intro">
<title>Introduction</title>
<para>
Written by &name-eric-pouech; <email>&email-eric-pouech;</email>
(Last updated: 9/15/2002)
</para>
<para>
(Extracted from <filename>wine/documentation/winedbg</filename>)
</para>
<sect2>
<title>Processes and threads: in underlying OS and in Windows</title>
...
...
@@ -155,16 +147,9 @@ winedbg "hl.exe -windowed"
process</command> command, and then, with the
<command>attach</command> command, pick up the
<varname>wpid</varname> of the <varname>W-process</varname>
you want to debug. This is (for now) a neat feature for the
following reasons:
</para>
<itemizedlist>
<listitem>
<para>
you can debug an already started application
</para>
</listitem>
</itemizedlist>
you want to debug. This is a neat feature as it allows you
to debug an already started application.
</para>
</sect2>
<sect2 id="dbg-on-exception">
...
...
@@ -173,7 +158,7 @@ winedbg "hl.exe -windowed"
<para>
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
.
</para>
<para>
When an exception occurs, Wine checks if the <varname>W-process</varname> is
...
...
@@ -253,7 +238,7 @@ winedbg "hl.exe -windowed"
<para>
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
.
</para>
</sect2>
...
...
@@ -276,15 +261,7 @@ winedbg "hl.exe -windowed"
<title>Using the Wine Debugger</title>
<para>
Written by &name-marcus-meissner; <email>&email-marcus-meissner;</email>,
additions welcome.
</para>
<para>
(Extracted from <filename>wine/documentation/debugging</filename>)
</para>
<para>
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
<emphasis>How to Report A Bug</emphasis> section of the
<emphasis>Wine Users Guide</emphasis> for information on how to write
...
...
@@ -660,7 +637,7 @@ Wine-dbg>
<title>Debugging Tips</title>
<para>
Here are some
useful debugging tips, added by Andreas Mohr
:
Here are some
additional debugging tips
:
</para>
<itemizedlist>
...
...
@@ -886,9 +863,6 @@ wine -debug myprog.exe
<sect1 id="memory-addresses">
<title>Useful memory addresses</title>
<para>
Written by &name-andreas-mohr; <email>&email-andreas-mohr;</email>
</para>
<para>
Wine uses several different kinds of memory addresses.
</para>
<variablelist>
...
...
@@ -1705,10 +1679,6 @@ parameters
</para>
</note>
<!-- *** Extra content spliced in from article by Andreas Mohr *** -->
<para>
Following text written by &name-andreas-mohr; <email>&email-andreas-mohr;</email>
</para>
<para>
Here's how to get info about the current execution status of a
certain Wine process:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment