[v2 PATCH 2/2] ntdll: Add NtSuspendProcess()/NtResumeProcess() implementation.

Alexandre Julliard julliard at winehq.org
Mon Apr 15 14:12:59 CDT 2019


Nikolay Sivov <nsivov at codeweavers.com> writes:

> Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
> ---
>  dlls/ntdll/process.c           |  24 +++++--
>  dlls/ntdll/tests/exception.c   | 115 ++++++++++++++++++++++++++++++++-
>  include/wine/server_protocol.h |  32 ++++++++-
>  server/process.c               |  25 +++++++
>  server/protocol.def            |  12 ++++
>  server/request.h               |   8 +++
>  server/trace.c                 |  16 +++++
>  7 files changed, 225 insertions(+), 7 deletions(-)

You should test how that interacts with suspending/resuming individual
threads. The patch that's in wine-staging seems to imply that it should
work differently from what you are doing.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list