wine/ dlls/kernel/toolhelp.c include/wine/serv ...

Alexandre Julliard julliard at wine.codeweavers.com
Thu Mar 21 18:21:23 CST 2002


ChangeSet ID:	1016756483679754156692983
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/03/21 18:21:23

Modified files:
	dlls/kernel    : toolhelp.c 
	include/wine   : server_protocol.h 
	loader         : pe_image.c 
	scheduler      : process.c 
	server         : process.c process.h protocol.def snapshot.c 
	                 trace.c 

Log message:
	Correctly fill parent pid, module size and module name in process and
	module snapshots. Based on patches by Eric Pouech and Andreas Mohr.

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

Revision  Changes    Path
 1.16     +8 -6      wine/dlls/kernel/toolhelp.c
 1.28     +11 -1     wine/include/wine/server_protocol.h
 1.107    +2 -0      wine/loader/pe_image.c
 1.172    +3 -1      wine/scheduler/process.c
 1.79     +24 -3     wine/server/process.c
 1.27     +6 -0      wine/server/process.h
 1.29     +10 -0     wine/server/protocol.def
 1.14     +20 -1     wine/server/snapshot.c
 1.126    +18 -4     wine/server/trace.c




More information about the wine-cvs mailing list