wine/dlls/dbghelp type.c symbol.c stabs.c msc. ...

Alexandre Julliard julliard at winehq.org
Sun Apr 18 21:58:28 CDT 2004


ChangeSet ID:	12035
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/04/18 21:58:28

Modified files:
	dlls/dbghelp   : type.c symbol.c stabs.c msc.c dbghelp_private.h 
	                 dbghelp.c 

Log message:
	Eric Pouech <pouech-eric at wanadoo.fr>
	- implemented support for function debug start/stop and labels (msc.c
	and stabs.c)
	- started implementing typedef support
	- functions now have a real function signature (only in stabs.c, still
	to be done in msc.c)
	- small enhancements to TI_GET_TYPE for functions
	- added support for functions' block and local variables in registers
	(msc.c)
	- fixed some bugs in StackWalk
	- constants are now stored as variants (instead of unsigned ints)
	- fixed regular expression management (dbghelp's RE are not the same
	as POSIX ones)

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

Old revision  New revision  Changes     Path
 1.1           1.2           +125 -43    wine/dlls/dbghelp/type.c
 1.1           1.2           +136 -36    wine/dlls/dbghelp/symbol.c
 1.2           1.3           +38 -10     wine/dlls/dbghelp/stabs.c
 1.1           1.2           +204 -28    wine/dlls/dbghelp/msc.c
 1.1           1.2           +29 -7      wine/dlls/dbghelp/dbghelp_private.h
 1.1           1.2           +5 -6       wine/dlls/dbghelp/dbghelp.c




More information about the wine-cvs mailing list