Ken Thomases : dbghelp: Add support for debugging Mach-O modules.

Alexandre Julliard julliard at winehq.org
Wed Mar 25 10:31:31 CDT 2009


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

Author: Ken Thomases <ken at codeweavers.com>
Date:   Fri Mar 13 11:48:00 2009 -0500

dbghelp: Add support for debugging Mach-O modules.

---

 dlls/dbghelp/Makefile.in       |    1 +
 dlls/dbghelp/dbghelp.c         |    4 +-
 dlls/dbghelp/dbghelp_private.h |   16 +-
 dlls/dbghelp/macho_module.c    | 1438 ++++++++++++++++++++++++++++++++++++++++
 dlls/dbghelp/module.c          |   51 ++-
 dlls/dbghelp/path.c            |   15 +
 dlls/dbghelp/symbol.c          |    5 +-
 7 files changed, 1515 insertions(+), 15 deletions(-)

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



More information about the wine-cvs mailing list