15 Apr
2019
15 Apr
'19
8:12 p.m.
Nikolay Sivov <nsivov(a)codeweavers.com> writes:
Signed-off-by: Nikolay Sivov <nsivov(a)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(a)winehq.org