wine/ programs/winedbg/info.c programs/taskmgr ...

Alexandre Julliard julliard at wine.codeweavers.com
Wed Sep 28 10:21:48 CDT 2005


ChangeSet ID:	20474
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/09/28 10:21:48

Modified files:
	programs/winedbg: info.c 
	programs/taskmgr: dbgchnl.c 
	libs/wine      : wine.map wine.def loader.c debug.c 
	include/wine   : debug.h 

Log message:
	New scheme for keeping track of debug channels that doesn't require
	maintaining a list of all loaded dlls.

Patch: http://cvs.winehq.org/patch.py?id=20474

Old revision  New revision  Changes     Path
 1.18          1.19          +21 -30     wine/programs/winedbg/info.c
 1.8           1.9           +17 -40     wine/programs/taskmgr/dbgchnl.c
 1.5           1.6           +0 -2       wine/libs/wine/wine.map
 1.14          1.15          +0 -2       wine/libs/wine/wine.def
 1.30          1.31          +2 -23      wine/libs/wine/loader.c
 1.8           1.9           +87 -90     wine/libs/wine/debug.c
 1.16          1.17          +10 -8      wine/include/wine/debug.h




More information about the wine-cvs mailing list