Alistair Leslie-Hughes : mscoree: Add ICorDebug interface support.
Module: wine Branch: master Commit: bef72c48846b0bab3bb91f1bbe34afc41bc68573 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bef72c48846b0bab3bb91f1bbe... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Tue Sep 27 09:06:18 2011 +1000 mscoree: Add ICorDebug interface support. --- dlls/mscoree/Makefile.in | 1 + dlls/mscoree/assembly.c | 2 + dlls/mscoree/config.c | 3 + dlls/mscoree/cordebug.c | 177 ++++++++++++++++++++++++++++++++++++++++ dlls/mscoree/corruntimehost.c | 22 ++--- dlls/mscoree/metadata.c | 4 +- dlls/mscoree/metahost.c | 7 +- dlls/mscoree/mscoree_main.c | 45 +++++++++- dlls/mscoree/mscoree_private.h | 44 +++++++--- dlls/mscoree/tests/Makefile.in | 1 + dlls/mscoree/tests/debugging.c | 106 ++++++++++++++++++++++++ include/cordebug.idl | 5 + include/metahost.idl | 1 + 13 files changed, 385 insertions(+), 33 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=bef72c48846b0bab3bb91f...
participants (1)
-
Alexandre Julliard