wine/server thread.h thread.c ptrace.c process ...

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 24 22:17:23 CST 2003


ChangeSet ID:	7326
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/02/24 22:17:23

Modified files:
	server         : thread.h thread.c ptrace.c process.c debugger.c 
	                 console.c 

Log message:
	Added send_thread_signal() function and properly handle errors caused
	by the thread having already died when we send it a signal.
	Use -1 instead of 0 as invalid Unix pid value.

Patch: http://cvs.winehq.com/patch.py?id=7326

Old revision  New revision  Changes     Path
 1.45          1.46          +1 -0       wine/server/thread.h
 1.90          1.91          +2 -2       wine/server/thread.c
 1.17          1.18          +29 -11     wine/server/ptrace.c
 1.98          1.99          +1 -1       wine/server/process.c
 1.46          1.47          +1 -5       wine/server/debugger.c
 1.48          1.49          +1 -1       wine/server/console.c




More information about the wine-cvs mailing list