Subject: wine/debugger winedbg.c - msg#00214
List: emulators.wine.cvs
ChangeSet ID: 1022364253396987819419341
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@xxxxxxxxxxxxxxxxxxxx 02/05/25 17:04:13
Modified files:
debugger : winedbg.c
Log message:
Eric Pouech <eric.pouech@xxxxxxxxxx>
Fixed cont/pass mismatch.
Patch:
http://cvs.winehq.com/patch.py?id=1022364253396987819419341
Revision Changes Path
1.54 +1 -1 wine/debugger/winedbg.c
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
wine/debugger dbg.y debugger.h expr.c info.c m ...
ChangeSet ID: 1022361514438233240115554
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@xxxxxxxxxxxxxxxxxxxx 02/05/25 16:18:34
Modified files:
debugger : dbg.y debugger.h expr.c info.c memory.c types.c
winedbg.c
Log message:
Eric Pouech <eric.pouech@xxxxxxxxxx>
Hacked unicode printing feature (x /u).
Made the type casts a bit more robust.
Patch: http://cvs.winehq.com/patch.py?id=1022361514438233240115554
Revision Changes Path
1.55 +3 -6 wine/debugger/dbg.y
1.32 +4 -1 wine/debugger/debugger.h
1.26 +5 -0 wine/debugger/expr.c
1.24 +71 -61 wine/debugger/info.c
1.28 +54 -25 wine/debugger/memory.c
1.29 +3 -8 wine/debugger/types.c
1.53 +12 -2 wine/debugger/winedbg.c
Next Message by Date:
click to view message preview
wine/win32 device.c
ChangeSet ID: 1022364283420556145561026
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@xxxxxxxxxxxxxxxxxxxx 02/05/25 17:04:43
Modified files:
win32 : device.c
Log message:
Andreas Mohr <andi@xxxxxxxxxxxxxxxxxxxxxxx>
- Add some undocumented ioctl mappings.
- Correct OpenVxDHandle prototype, document it, have a try at
returning a Ring 3 handle and make FIXME more verbose.
Patch: http://cvs.winehq.com/patch.py?id=1022364283420556145561026
Revision Changes Path
1.63 +15 -3 wine/win32/device.c
Previous Message by Thread:
click to view message preview
wine/debugger winedbg.c
ChangeSet ID: 10223608780838460869426889
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@xxxxxxxxxxxxxxxxxxxx 02/05/25 16:07:58
Modified files:
debugger : winedbg.c
Log message:
Eric Pouech <eric.pouech@xxxxxxxxxx>
Fixed wine exec file location after startup modifications.
Patch: http://cvs.winehq.com/patch.py?id=10223608780838460869426889
Revision Changes Path
1.52 +11 -18 wine/debugger/winedbg.c
Next Message by Thread:
click to view message preview
wine/tools/winebuild import.c
ChangeSet ID: 10223609550936385843242569
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@xxxxxxxxxxxxxxxxxxxx 02/05/25 16:09:15
Modified files:
tools/winebuild: import.c
Log message:
Only add extra symbols if they are not already exported by this dll.
Patch: http://cvs.winehq.com/patch.py?id=10223609550936385843242569
Revision Changes Path
1.30 +42 -18 wine/tools/winebuild/import.c