Module: wine Branch: master Commit: 5ebc20c65609cc1b8643b427104ed386094a65c1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5ebc20c65609cc1b8643b4271...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jan 27 10:43:30 2021 +0100
ntdll: Implement NtCreateDebugObject().
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/ntdll.spec | 2 +- dlls/ntdll/tests/om.c | 14 +++++++++ dlls/ntdll/unix/sync.c | 25 ++++++++++++++++ include/wine/server_protocol.h | 20 ++++++++++++- include/winternl.h | 7 +++++ server/debugger.c | 66 ++++++++++++++++++++++++++++++++++++++---- server/protocol.def | 9 ++++++ server/request.h | 6 ++++ server/trace.c | 14 +++++++++ 9 files changed, 156 insertions(+), 7 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5ebc20c65609cc1b8643b...