On 4/15/19 10:12 PM, Alexandre Julliard wrote:
Nikolay Sivov nsivov@codeweavers.com writes:
Signed-off-by: Nikolay Sivov nsivov@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.