wine/ debugger/dbg.y debugger/debug.l debugger ...

Alexandre Julliard julliard at winehq.com
Wed Aug 15 12:40:31 CDT 2001


ChangeSet ID:	997897231239731718786061
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/08/15 13:40:31

Modified files:
	debugger       : dbg.y debug.l debugger.h expr.c hash.c module.c 
	                 winedbg.c 
	documentation  : debugger.sgml 

Log message:
	Eric Pouech <eric.pouech at wanadoo.fr>
	Fixed the parsing of id1.id2 which could be either access to field id2
	of struct id1, or the identifier id2 in dll id1.
	Enhanced some error reporting as well as 'info local' display layout.
	Minor cosmetic changes.

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

Revision  Changes    Path
 1.46     +13 -4     wine/debugger/dbg.y
 1.19     +5 -6      wine/debugger/debug.l
 1.25     +2 -0      wine/debugger/debugger.h
 1.23     +21 -12    wine/debugger/expr.c
 1.23     +8 -4      wine/debugger/hash.c
 1.14     +2 -2      wine/debugger/module.c
 1.39     +11 -7     wine/debugger/winedbg.c
 1.7      +3 -5      wine/documentation/debugger.sgml





More information about the wine-cvs mailing list