Alexandre Julliard : ntdll: Implement NtSetInformationDebugObject().

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


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

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

ntdll: Implement NtSetInformationDebugObject().

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

---

 dlls/kernel32/debugger.c       | 16 ++++++------
 dlls/kernel32/tests/debugger.c | 23 ++++++++++++++++++
 dlls/ntdll/ntdll.spec          |  4 +--
 dlls/ntdll/tests/info.c        | 55 ++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/sync.c         | 30 +++++++++++++++++++++++
 include/wine/server_protocol.h | 16 ++++++------
 include/winternl.h             |  7 ++++++
 server/debugger.c              | 15 ++++++------
 server/protocol.def            |  7 +++---
 server/request.h               |  9 ++++---
 server/trace.c                 |  9 ++++---
 11 files changed, 154 insertions(+), 37 deletions(-)

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



More information about the wine-cvs mailing list