Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
a9805619
Commit
a9805619
authored
Apr 19, 2004
by
Ivan Leo Murray-Smith
Committed by
Alexandre Julliard
Apr 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use WINEDEBUG instead of --debugmsg.
parent
f5da73f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
architecture.sgml
documentation/architecture.sgml
+3
-3
No files found.
documentation/architecture.sgml
View file @
a9805619
...
...
@@ -185,8 +185,8 @@
"emulation", and is what the applications expect anyway.
</para>
<para>
However, if the user specified <parameter>
--debugmsg
+relay
</parameter>, a thunk layer is inserted between the
However, if the user specified <parameter>
WINEDEBUG=+relay
</parameter>, a thunk layer is inserted between the
application imports and the Wine handlers; this layer is
known as "relay" because all it does is print out the
arguments/return values (by using the argument lists in the
...
...
@@ -194,7 +194,7 @@
but it's invaluable for debugging misbehaving calls into
Wine code. A similar mechanism also exists between Windows
DLLs - Wine can optionally insert thunk layers between them,
by using <parameter>
--debugmsg
+snoop</parameter>, but since
by using <parameter>
WINEDEBUG=
+snoop</parameter>, but since
no DLL descriptor information exists for non-Wine DLLs, this
is less reliable and may lead to crashes.
</para>
...
...
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