Module: wine Branch: refs/heads/master Commit: 348067a9bf2e7b2fe1bfceddf0302da8e3c1c041 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=348067a9bf2e7b2fe1bfcedd...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Wed Mar 1 21:05:35 2006 +0100
winedbg: Add ability to reload a minidump.
- now recognize winedbg foo.mdmp on command line - fleshed out tgt_minidump to reload information from minidump
---
programs/winedbg/debugger.h | 3 programs/winedbg/stack.c | 11 + programs/winedbg/tgt_minidump.c | 358 +++++++++++++++++++++++++++++++++++++++ programs/winedbg/winedbg.c | 16 ++ 4 files changed, 385 insertions(+), 3 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=348067a9bf2e7b2fe1bf...