Module: wine Branch: refs/heads/master Commit: ac7be1e91b2762080971bc157d4d8d43d3ab6092 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ac7be1e91b2762080971bc15...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Fri Feb 24 22:14:05 2006 +0100
winedbg: Active and command line.
- move process attachment and process creation (related to command line handling) from winedbg.c to tgt_active.c - tidy up argument parsing
---
programs/winedbg/debugger.h | 6 +- programs/winedbg/tgt_active.c | 95 ++++++++++++++++++++++++++++++++- programs/winedbg/winedbg.c | 119 ++++++++++------------------------------- 3 files changed, 126 insertions(+), 94 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=ac7be1e91b2762080971...