Paul Gofman : ntdll: Store exception reporting flags in server context.
Module: wine Branch: master Commit: 04a2917f6b614c76525e4523843dc4af44192884 URL: https://gitlab.winehq.org/wine/wine/-/commit/04a2917f6b614c76525e4523843dc4a... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Tue Apr 9 17:35:56 2024 -0600 ntdll: Store exception reporting flags in server context. --- dlls/ntdll/tests/exception.c | 18 +++++++-------- dlls/ntdll/unix/server.c | 4 ++++ dlls/ntdll/unix/thread.c | 50 ++++++++++++++++++++++++++++++++++++++---- include/wine/server_protocol.h | 15 ++++++++++++- server/protocol.def | 13 +++++++++++ server/request.h | 2 +- server/thread.c | 5 +++-- server/trace.c | 13 +++++++++++ tools/make_requests | 2 +- 9 files changed, 104 insertions(+), 18 deletions(-)
participants (1)
-
Alexandre Julliard