Module: wine Branch: master Commit: d7466e0c4e8202d1713d7f50c8029ff4f6d74fee URL: http://source.winehq.org/git/wine.git/?a=commit;h=d7466e0c4e8202d1713d7f50c8...
Author: Ken Thomases ken@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=d7466e0c4e8202d1713d7f...