ChangeSet ID: 15805 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/31 05:35:00
Modified files: programs/winedbg: types.c symbol.c stack.c source.c memory.c debug.l dbg.y break.c include : dbghelp.h dlls/dbghelp : symbol.c
Log message: Eric Pouech pouech-eric@wanadoo.fr Cleanup of dbghelp.h (and a couple of definition fixes). The displacements (in most of the functions) are not optional.
Patch: http://cvs.winehq.org/patch.py?id=15805
Old revision New revision Changes Path 1.9 1.10 +3 -2 wine/programs/winedbg/types.c 1.6 1.7 +6 -5 wine/programs/winedbg/symbol.c 1.10 1.11 +4 -2 wine/programs/winedbg/stack.c 1.7 1.8 +3 -2 wine/programs/winedbg/source.c 1.14 1.15 +10 -8 wine/programs/winedbg/memory.c 1.10 1.11 +1 -1 wine/programs/winedbg/debug.l 1.19 1.20 +2 -2 wine/programs/winedbg/dbg.y 1.9 1.10 +4 -3 wine/programs/winedbg/break.c 1.8 1.9 +81 -130 wine/include/dbghelp.h 1.14 1.15 +2 -2 wine/dlls/dbghelp/symbol.c