Alexandre Julliard : server: Support both native and wow64 register contexts.

Alexandre Julliard julliard at winehq.org
Mon Jun 28 16:49:34 CDT 2021


Module: wine
Branch: master
Commit: 8ac411ed6dc7a9390178a01e6f07a963a593d406
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8ac411ed6dc7a9390178a01e6f07a963a593d406

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Jun 26 11:13:05 2021 +0200

server: Support both native and wow64 register contexts.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/tests/exception.c    |   2 -
 dlls/ntdll/unix/server.c        |   5 +-
 dlls/ntdll/unix/signal_arm.c    |  18 ++++
 dlls/ntdll/unix/signal_arm64.c  |  18 ++++
 dlls/ntdll/unix/signal_i386.c   |  18 ++++
 dlls/ntdll/unix/signal_x86_64.c |  18 ++++
 dlls/ntdll/unix/thread.c        |  84 ++++++++++++---
 dlls/ntdll/unix/unix_private.h  |   2 +
 include/wine/server_protocol.h  |  12 ++-
 server/protocol.def             |   9 +-
 server/request.h                |   3 +-
 server/thread.c                 | 225 +++++++++++++++++++++++++---------------
 server/trace.c                  |  24 ++++-
 13 files changed, 323 insertions(+), 115 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=8ac411ed6dc7a9390178a01e6f07a963a593d406



More information about the wine-cvs mailing list