From: Next Turn <45985406+NextTurn@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:00:23 +0000 (+0800) Subject: Add weak WinRT handle kind (#800) X-Git-Tag: submit/tizen_5.5/20200504.045052~11^2^2~129 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fde642f1cfb34a7d8668f99030687ab7706a938;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Add weak WinRT handle kind (#800) --- diff --git a/src/SOS/Strike/gcroot.cpp b/src/SOS/Strike/gcroot.cpp index 7a364f8be..1a2a02813 100644 --- a/src/SOS/Strike/gcroot.cpp +++ b/src/SOS/Strike/gcroot.cpp @@ -117,6 +117,8 @@ static const char *NameForHandle(unsigned int type) return "async pinned"; case 8: return "sized ref"; + case 9: + return "weak WinRT"; } return "unknown";