Alexandre Julliard : server: Moved get/ set_thread_context implementation to ptrace.c.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jun 27 15:49:14 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 498742ff6cee580a82a42d5f05e8c570b4b71dc5
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=498742ff6cee580a82a42d5f05e8c570b4b71dc5

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 27 21:27:47 2006 +0200

server: Moved get/set_thread_context implementation to ptrace.c.

---

 server/context_alpha.c   |   26 +----
 server/context_i386.c    |  210 ------------------------------------------
 server/context_powerpc.c |   26 +----
 server/context_sparc.c   |   24 +----
 server/context_x86_64.c  |  187 -------------------------------------
 server/ptrace.c          |  231 ++++++++++++++++++++++++++++++++++++++++++----
 server/thread.h          |    3 -
 7 files changed, 226 insertions(+), 481 deletions(-)

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=498742ff6cee580a82a42d5f05e8c570b4b71dc5



More information about the wine-cvs mailing list