Module: wine Branch: refs/heads/master Commit: 67001a1d8b4ab6d981055a7cc0f797be0721a31e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=67001a1d8b4ab6d981055a7c...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Mon Feb 27 21:50:36 2006 +0100
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 | 32 ++++++++++++++++ programs/winedbg/debug.l | 1 + programs/winedbg/debugger.h | 2 + programs/winedbg/tgt_active.c | 36 +++++++----------- programs/winedbg/winedbg.c | 80 +++++++++++++++++++---------------------- 5 files changed, 84 insertions(+), 67 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=67001a1d8b4ab6d98105...