wine/debugger break.c dbg.y debugger.h expr.c ...

Alexandre Julliard julliard at winehq.com
Fri Dec 21 14:30:00 CST 2001


ChangeSet ID:	1008966599711496360134333
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/12/21 15:30:00

Modified files:
	debugger       : break.c dbg.y debugger.h expr.c info.c intvar.h 
	                 memory.c msc.c stabs.c types.c winedbg.c 

Log message:
	Eric Pouech <eric.pouech at wanadoo.fr>
	Fixed stabs parsing for GCC 3.0 (default types).
	Added boolean type support.
	Simplified internal types handling.

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

Revision  Changes    Path
 1.29     +2 -2      wine/debugger/break.c
 1.47     +14 -14    wine/debugger/dbg.y
 1.27     +16 -9     wine/debugger/debugger.h
 1.24     +9 -8      wine/debugger/expr.c
 1.21     +9 -5      wine/debugger/info.c
 1.7      +37 -37    wine/debugger/intvar.h
 1.25     +2 -2      wine/debugger/memory.c
 1.45     +15 -15    wine/debugger/msc.c
 1.42     +51 -3     wine/debugger/stabs.c
 1.26     +42 -53    wine/debugger/types.c
 1.44     +1 -1      wine/debugger/winedbg.c





More information about the wine-cvs mailing list