ChangeSet ID: 7419 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/10 19:48:53
Modified files: server : thread.h ptrace.c process.c debugger.c context_sparc.c context_powerpc.c context_i386.c
Log message: Attaching the debugger to a running process should work again (reported by Eric Pouech). Misc cleanups.
Patch: http://cvs.winehq.com/patch.py?id=7419
Old revision New revision Changes Path 1.48 1.49 +3 -0 wine/server/thread.h 1.20 1.21 +43 -6 wine/server/ptrace.c 1.101 1.102 +2 -2 wine/server/process.c 1.47 1.48 +5 -21 wine/server/debugger.c 1.9 1.10 +1 -1 wine/server/context_sparc.c 1.4 1.5 +2 -2 wine/server/context_powerpc.c 1.26 1.27 +6 -6 wine/server/context_i386.c