ChangeSet ID: 21296 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/16 05:23:07
Modified files: programs/winedbg: winedbg.man.in winedbg.c debugger.h dbg.y
Log message: Eric Pouech eric.pouech@wanadoo.fr Added ability to execute commands from a file passed on command line (through --file option). Use that feature to get rid of arg_command hack (--command option now creates a temporary file).
Patch: http://cvs.winehq.org/patch.py?id=21296
Old revision New revision Changes Path 1.1 1.2 +20 -6 wine/programs/winedbg/winedbg.man.in 1.39 1.40 +47 -8 wine/programs/winedbg/winedbg.c 1.30 1.31 +1 -2 wine/programs/winedbg/debugger.h 1.27 1.28 +15 -20 wine/programs/winedbg/dbg.y