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

Nikolay Sivov nsivov at codeweavers.com
Tue Apr 16 00:00:32 CDT 2019


On 4/15/19 10:12 PM, Alexandre Julliard wrote:

> 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.

Ok, thanks. I didn't realize there is a patch in staging for that.




More information about the wine-devel mailing list