ChangeSet ID: 10452 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/12/15 13:53:09
Modified files: programs/winedbg: winedbg.c types.c stack.c stabs.c source.c registers.c msc.c module.c memory.c intvar.h info.c hash.c gdbproxy.c expr.c display.c debugger.h debug.l dbg.y db_disasm.c break.c documentation : debugger.sgml
Log message: Eric Pouech pouech-eric@wanadoo.fr - get rid of winedbg internal channels for output - move all standard (old MESG channel) output to stdout - move all other outputs (TRACE, WARN...) to a new wine debugging channel (winedbg) - replaced quite a few #ifdef:ed out output to new channels (mainly in symbol management area...) - added a new maintenance commands to ease up debugging - updated documentation accordingly
Patch: http://cvs.winehq.com/patch.py?id=10452
Old revision New revision Changes Path 1.16 1.17 +134 -140 wine/programs/winedbg/winedbg.c 1.5 1.6 +59 -59 wine/programs/winedbg/types.c 1.1 1.2 +24 -24 wine/programs/winedbg/stack.c 1.10 1.11 +30 -30 wine/programs/winedbg/stabs.c 1.4 1.5 +10 -10 wine/programs/winedbg/source.c 1.2 1.3 +28 -28 wine/programs/winedbg/registers.c 1.5 1.6 +66 -76 wine/programs/winedbg/msc.c 1.4 1.5 +19 -17 wine/programs/winedbg/module.c 1.5 1.6 +19 -19 wine/programs/winedbg/memory.c 1.3 1.4 +0 -4 wine/programs/winedbg/intvar.h 1.10 1.11 +69 -75 wine/programs/winedbg/info.c 1.14 1.15 +52 -52 wine/programs/winedbg/hash.c 1.15 1.16 +1 -1 wine/programs/winedbg/gdbproxy.c 1.4 1.5 +49 -49 wine/programs/winedbg/expr.c 1.2 1.3 +11 -11 wine/programs/winedbg/display.c 1.15 1.16 +7 -12 wine/programs/winedbg/debugger.h 1.7 1.8 +9 -3 wine/programs/winedbg/debug.l 1.12 1.13 +17 -12 wine/programs/winedbg/dbg.y 1.2 1.3 +69 -82 wine/programs/winedbg/db_disasm.c 1.2 1.3 +52 -53 wine/programs/winedbg/break.c 1.26 1.27 +0 -60 wine/documentation/debugger.sgml