ChangeSet ID: 7260
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/16 19:47:38
Modified files:
programs/winedbg: types.c debugger.h
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
- added GetName() to retrieve type name
- reimplemented DumpTypes so that it really dumps the types content
- now printing type information in 'info sym'
Patch: http://cvs.winehq.com/patch.py?id=7260
Old revision New revision Changes Path
1.1 1.2 +71 -63 wine/programs/winedbg/types.c
1.5 1.6 +2 -0 wine/programs/winedbg/debugger.h
ChangeSet ID: 7259
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/16 19:47:20
Modified files:
programs/winedbg: dbg.y
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
Moved expr freeing when translating a command (no longer done on each
command which uses an expr).
Patch: http://cvs.winehq.com/patch.py?id=7259
Old revision New revision Changes Path
1.6 1.7 +18 -21 wine/programs/winedbg/dbg.y