ChangeSet ID: 13444 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/22 17:35:36
Modified files: programs/winedbg: winedbg.c types.c symbol.c stack.c memory.c gdbproxy.c expr.c display.c debugger.h dbg.y break.c documentation : debugger.sgml
Log message: Eric Pouech pouech-eric@wanadoo.fr - fixed breakpoint enabled/disabled state management - fixed recursion in type printing - now all type-id are stored with the base address of the module which defines the type (struct dbg_type takes care of this pairing) - fixed a couple of bugs in display handling - fixed strings print and examination
Patch: http://cvs.winehq.org/patch.py?id=13444
Old revision New revision Changes Path 1.23 1.24 +19 -12 wine/programs/winedbg/winedbg.c 1.7 1.8 +120 -113 wine/programs/winedbg/types.c 1.2 1.3 +39 -21 wine/programs/winedbg/symbol.c 1.6 1.7 +6 -9 wine/programs/winedbg/stack.c 1.9 1.10 +77 -67 wine/programs/winedbg/memory.c 1.19 1.20 +1 -1 wine/programs/winedbg/gdbproxy.c 1.6 1.7 +77 -84 wine/programs/winedbg/expr.c 1.4 1.5 +23 -8 wine/programs/winedbg/display.c 1.20 1.21 +22 -11 wine/programs/winedbg/debugger.h 1.15 1.16 +25 -25 wine/programs/winedbg/dbg.y 1.5 1.6 +7 -8 wine/programs/winedbg/break.c 1.30 1.31 +10 -8 wine/documentation/debugger.sgml