Alexandre Julliard : ntdll: Support the NtCreateDebugObject() flags.

Alexandre Julliard julliard at winehq.org
Fri Jan 29 15:10:21 CST 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jan 29 12:26:17 2021 +0100

ntdll: Support the NtCreateDebugObject() flags.

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

---

 dlls/kernel32/tests/debugger.c | 74 ++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/process.c           |  2 +-
 dlls/ntdll/unix/sync.c         |  3 ++
 include/wine/server_protocol.h |  4 ++-
 include/winternl.h             |  2 ++
 server/debugger.c              | 21 ++++++------
 server/protocol.def            |  1 +
 server/request.h               |  3 +-
 server/trace.c                 |  1 +
 9 files changed, 98 insertions(+), 13 deletions(-)

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



More information about the wine-cvs mailing list