Alexandre Julliard : ntdll: Implement NtWaitForDebugEvent().

Alexandre Julliard julliard at winehq.org
Mon Feb 1 16:13:08 CST 2021


Module: wine
Branch: master
Commit: 7999af82448c340b28e3d6e412463c5cdcc6cea6
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7999af82448c340b28e3d6e412463c5cdcc6cea6

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Feb  1 11:45:29 2021 +0100

ntdll: Implement NtWaitForDebugEvent().

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/tests/loader.c   |   1 -
 dlls/kernelbase/debug.c        | 107 +----------------------------------------
 dlls/kernelbase/sync.c         |  29 +++++++++++
 dlls/ntdll/ntdll.spec          |   6 +--
 dlls/ntdll/process.c           |   8 +++
 dlls/ntdll/unix/sync.c         | 102 +++++++++++++++++++++++++++++++++++++++
 include/wine/server_protocol.h |   9 +---
 include/winternl.h             |   2 +
 server/debugger.c              |  68 +++++++++++---------------
 server/process.c               |   8 +--
 server/protocol.def            |  20 +++-----
 server/request.h               |   5 +-
 server/thread.c                |   2 +-
 server/trace.c                 |  61 ++++++++++++-----------
 14 files changed, 220 insertions(+), 208 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=7999af82448c340b28e3d6e412463c5cdcc6cea6



More information about the wine-cvs mailing list