ChangeSet ID: 7595 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/22 15:00:10
Modified files: server : trace.c thread.h thread.c ptrace.c protocol.def context_sparc.c context_powerpc.c context_i386.c scheduler : sysdeps.c client.c include/wine : server_protocol.h
Log message: Make a distinction between the thread Unix pid and the process wide pid for platforms that use both.
Patch: http://cvs.winehq.com/patch.py?id=7595
Old revision New revision Changes Path 1.158 1.159 +1 -0 wine/server/trace.c 1.49 1.50 +2 -0 wine/server/thread.h 1.94 1.95 +9 -5 wine/server/thread.c 1.21 1.22 +14 -4 wine/server/ptrace.c 1.61 1.62 +1 -0 wine/server/protocol.def 1.10 1.11 +8 -0 wine/server/context_sparc.c 1.5 1.6 +8 -0 wine/server/context_powerpc.c 1.27 1.28 +23 -1 wine/server/context_i386.c 1.57 1.58 +1 -1 wine/scheduler/sysdeps.c 1.93 1.94 +1 -0 wine/scheduler/client.c 1.61 1.62 +2 -1 wine/include/wine/server_protocol.h