winedbg: Rewrite auto mode.
commit67001a1d8b4ab6d981055a7cc0f797be0721a31e
authorEric Pouech <eric.pouech@wanadoo.fr>
Mon, 27 Feb 2006 20:50:36 +0000 (27 21:50 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 28 Feb 2006 11:05:15 +0000 (28 12:05 +0100)
treece95a07073cb7a038285212dc76a60335e5a3d71
parent22ff9464091c231d7a6dd4d19d0b40732e2cd4de
winedbg: Rewrite auto mode.

- rewrote auto mode as a specific set of commands to be run in
  regular parser, instead of hard coding those commands
- added a new function to store a set of commands to be executed
  in a file
- added 'echo' command to the parser functions
- got rid of dbg_action_mode
- added support of '--' on command line
programs/winedbg/dbg.y
programs/winedbg/debug.l
programs/winedbg/debugger.h
programs/winedbg/tgt_active.c
programs/winedbg/winedbg.c