ChangeSet ID: 13943 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/27 21:13:27
Modified files: programs/winedbg: winedbg.c types.c symbol.c source.c memory.c expr.c display.c debugger.h dbg.y break.c documentation : debugger.sgml
Log message: Eric Pouech pouech-eric@wanadoo.fr - fixed regression in ctrl-c handling - fixed regression in 'info symbol XXXX' command (and enhanced presentation) - fixed regression in line stepping - fixed regression in & (address operator) handling - fixed some bad module reference for local symbols - enhanced register presentation as local variables - added warning when launching a debuggee which isn't a Wine app - removed the 'local' extension of display command (and check when setting the display whether the expr has a local binding) - simplified exception handling, and factorized some code when debugger stops
Patch: http://cvs.winehq.org/patch.py?id=13943
Old revision New revision Changes Path 1.24 1.25 +50 -42 wine/programs/winedbg/winedbg.c 1.8 1.9 +9 -5 wine/programs/winedbg/types.c 1.3 1.4 +48 -6 wine/programs/winedbg/symbol.c 1.6 1.7 +5 -5 wine/programs/winedbg/source.c 1.10 1.11 +4 -3 wine/programs/winedbg/memory.c 1.7 1.8 +15 -11 wine/programs/winedbg/expr.c 1.5 1.6 +5 -4 wine/programs/winedbg/display.c 1.21 1.22 +4 -4 wine/programs/winedbg/debugger.h 1.16 1.17 +2 -5 wine/programs/winedbg/dbg.y 1.7 1.8 +13 -29 wine/programs/winedbg/break.c 1.31 1.32 +7 -0 wine/documentation/debugger.sgml