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
fc6fbd01
Commit
fc6fbd01
authored
Mar 12, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We no longer need to pass --debugmsg -all to winedbg.
parent
aee74677
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
except.c
dlls/kernel/except.c
+1
-1
wine.inf
tools/wine.inf
+1
-1
No files found.
dlls/kernel/except.c
View file @
fc6fbd01
...
...
@@ -307,7 +307,7 @@ static BOOL start_debugger(PEXCEPTION_POINTERS epointers, HANDLE hEvent)
else
{
cmdline
=
HeapAlloc
(
GetProcessHeap
(),
0
,
80
);
sprintf
(
cmdline
,
"winedbg --
debugmsg -all --
auto %ld %ld"
,
sprintf
(
cmdline
,
"winedbg --auto %ld %ld"
,
GetCurrentProcessId
(),
(
ULONG_PTR
)
hEvent
);
}
...
...
tools/wine.inf
View file @
fc6fbd01
...
...
@@ -87,7 +87,7 @@ HKLM,Software\Microsoft\Windows NT\CurrentVersion\Fonts,,,""
HKLM,Software\Microsoft\Windows NT\CurrentVersion\Hotfix\Q246009,"Installed",,"1"
[Debugger]
HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",,"winedbg
--debugmsg -all
%ld %ld"
HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",,"winedbg %ld %ld"
HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Auto",,"1"
[Desktop]
...
...
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