Alexandre Julliard : server: Define a generic context structure instead of using the platform-specific version .

Alexandre Julliard julliard at winehq.org
Thu Apr 9 11:13:49 CDT 2009


Module: wine
Branch: master
Commit: 5316dd011f15ca488ccfa69b5873b075407fe238
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5316dd011f15ca488ccfa69b5873b075407fe238

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Apr  8 19:38:02 2009 +0200

server: Define a generic context structure instead of using the platform-specific version.

---

 dlls/ntdll/exception.c         |   20 ++-
 dlls/ntdll/ntdll_misc.h        |    2 +
 dlls/ntdll/signal_i386.c       |  144 +++++++++++++++++
 dlls/ntdll/signal_powerpc.c    |  214 ++++++++++++++++++++++++-
 dlls/ntdll/signal_sparc.c      |  132 +++++++++++++++
 dlls/ntdll/signal_x86_64.c     |  137 ++++++++++++++++
 dlls/ntdll/thread.c            |   51 +++++--
 include/wine/server_protocol.h |   60 +++++++-
 server/Makefile.in             |    5 -
 server/context_alpha.c         |  348 ----------------------------------------
 server/context_i386.c          |  104 ------------
 server/context_powerpc.c       |  286 ---------------------------------
 server/context_sparc.c         |  184 ---------------------
 server/context_x86_64.c        |  104 ------------
 server/debugger.c              |    8 +-
 server/mach.c                  |   67 ++++-----
 server/procfs.c                |   10 +-
 server/protocol.def            |   58 +++++++-
 server/ptrace.c                |  119 +++++++-------
 server/request.h               |    3 +-
 server/thread.c                |   83 ++++++++--
 server/thread.h                |   14 +--
 server/trace.c                 |  210 +++++++++++++++++++++----
 23 files changed, 1135 insertions(+), 1228 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=5316dd011f15ca488ccfa69b5873b075407fe238



More information about the wine-cvs mailing list