Eric Pouech : winedbg: Moved into a common function all code dealing with printing information about an exception , and use this function to implement new 'info exception' command.

Alexandre Julliard julliard at winehq.org
Tue Nov 23 09:38:24 CST 2010


Module: wine
Branch: master
Commit: 78cf0961e903b91c8e8825d589d4130cb0a0a40b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=78cf0961e903b91c8e8825d589d4130cb0a0a40b

Author: Eric Pouech <eric.pouech at orange.fr>
Date:   Sun Nov 21 22:19:40 2010 +0100

winedbg: Moved into a common function all code dealing with printing information about an exception, and use this function to implement new 'info exception' command.

---

 programs/winedbg/dbg.y        |    1 +
 programs/winedbg/debugger.h   |    4 +
 programs/winedbg/info.c       |  157 ++++++++++++++++++++++++++++++++++++++++
 programs/winedbg/tgt_active.c |  160 +++--------------------------------------
 4 files changed, 173 insertions(+), 149 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=78cf0961e903b91c8e8825d589d4130cb0a0a40b



More information about the wine-cvs mailing list