ChangeSet ID: 12700 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/06/22 19:10:03
Modified files: programs/winedbg: winedbg.c stack.c debugger.h debug.l dbg.y
Log message: Mike Hearn mike@navi.cx Add a --command option to winedbg, add an "all" option to the backtrace command.
Patch: http://cvs.winehq.org/patch.py?id=12700
Old revision New revision Changes Path 1.20 1.21 +9 -0 wine/programs/winedbg/winedbg.c 1.4 1.5 +43 -0 wine/programs/winedbg/stack.c 1.18 1.19 +2 -0 wine/programs/winedbg/debugger.h 1.9 1.10 +3 -2 wine/programs/winedbg/debug.l 1.14 1.15 +15 -4 wine/programs/winedbg/dbg.y