Added ability to execute commands from a file passed on command line
commit1c5d35fd928e02dd146024e0a9adbd8f1b2b46e1
authorEric Pouech <eric.pouech@wanadoo.fr>
Wed, 16 Nov 2005 11:23:07 +0000 (16 11:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 16 Nov 2005 11:23:07 +0000 (16 11:23 +0000)
tree26d4778e26a5962e766a1f980871ca0f9fe69c7b
parent2ca23be50f7bf0fae845f12149975765ab7b2524
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).
programs/winedbg/dbg.y
programs/winedbg/debugger.h
programs/winedbg/winedbg.c
programs/winedbg/winedbg.man.in