Alexandre Julliard : ntdll: Implement NtDebugActiveProcess() and NtRemoveProcessDebug().

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


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

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

ntdll: Implement NtDebugActiveProcess() and NtRemoveProcessDebug().

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

---

 dlls/kernelbase/debug.c        | 37 +++++++++--------------
 dlls/ntdll/ntdll.spec          |  8 ++---
 dlls/ntdll/process.c           | 20 +++++++++++++
 dlls/ntdll/unix/process.c      | 34 ++++++++++++++++++++--
 include/wine/server_protocol.h |  6 ++--
 include/winternl.h             |  4 +++
 server/debugger.c              | 66 +++++++++++++++---------------------------
 server/object.h                |  1 -
 server/protocol.def            |  5 ++--
 server/request.h               |  5 ++--
 server/trace.c                 |  3 +-
 11 files changed, 107 insertions(+), 82 deletions(-)

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



More information about the wine-cvs mailing list