Alexandre Julliard : ntdll: Implement NtDebugContinue().

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


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

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

ntdll: Implement NtDebugContinue().

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

---

 dlls/kernelbase/debug.c        | 15 +++++----------
 dlls/ntdll/ntdll.spec          |  6 +++---
 dlls/ntdll/process.c           |  8 ++++++++
 dlls/ntdll/unix/process.c      | 20 ++++++++++++++++++++
 include/wine/server_protocol.h |  6 ++++--
 include/winternl.h             |  2 ++
 server/debugger.c              | 13 ++++++++-----
 server/protocol.def            |  3 ++-
 server/request.h               |  9 +++++----
 server/trace.c                 |  5 +++--
 10 files changed, 60 insertions(+), 27 deletions(-)

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



More information about the wine-cvs mailing list