ChangeSet ID: 21060 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/02 14:54:12
Modified files: server : trace.c thread.h thread.c protocol.def include/wine : server_protocol.h dlls/ntdll : thread.c signal_x86_64.c signal_sparc.c signal_powerpc.c signal_i386.c ntdll_misc.h exception.c dlls/kernel/tests: thread.c
Log message: Fixed Get/SetThreadContext to work properly on suspended threads. Added a test case.
Patch: http://cvs.winehq.org/patch.py?id=21060
Old revision New revision Changes Path 1.266 1.267 +4 -2 wine/server/trace.c 1.65 1.66 +1 -0 wine/server/thread.h 1.129 1.130 +48 -5 wine/server/thread.c 1.159 1.160 +2 -0 wine/server/protocol.def 1.160 1.161 +3 -2 wine/include/wine/server_protocol.h 1.42 1.43 +56 -4 wine/dlls/ntdll/thread.c 1.1 1.2 +4 -4 wine/dlls/ntdll/signal_x86_64.c 1.38 1.39 +4 -4 wine/dlls/ntdll/signal_sparc.c 1.30 1.31 +4 -4 wine/dlls/ntdll/signal_powerpc.c 1.102 1.103 +91 -39 wine/dlls/ntdll/signal_i386.c 1.68 1.69 +2 -0 wine/dlls/ntdll/ntdll_misc.h 1.88 1.89 +37 -0 wine/dlls/ntdll/exception.c 1.27 1.28 +41 -0 wine/dlls/kernel/tests/thread.c