server: Don't report LOAD_DLL debug event for exe module

Michael Karcher karcher at physik.fu-berlin.de
Sat Jul 25 08:14:11 CDT 2009


LOAD_DLL must only be reported for additional DLLs. Delphi's single
stepping chokes on getting the main exe module enumerated here. The
included test passes on Windows XP, SP3.

Alas, this does not yet fix single stepping in Delphi 5 source windows,
it just makes it crash a little bit later.
---
 dlls/kernel32/tests/process.c |    9 +++++++++
 server/debugger.c             |    3 ++-
 2 files changed, 11 insertions(+), 1 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-server-Don-t-report-LOAD_DLL-debug-event-for-exe-mod.patch
Type: text/x-patch
Size: 1896 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090725/c07781d6/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090725/c07781d6/attachment.pgp>


More information about the wine-patches mailing list