projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b8b6cf
)
Add weak WinRT handle kind (#800)
author
Next Turn
<45985406+NextTurn@users.noreply.github.com>
Tue, 4 Feb 2020 18:00:23 +0000
(
02:00
+0800)
committer
GitHub
<noreply@github.com>
Tue, 4 Feb 2020 18:00:23 +0000
(10:00 -0800)
src/SOS/Strike/gcroot.cpp
patch
|
blob
|
history
diff --git
a/src/SOS/Strike/gcroot.cpp
b/src/SOS/Strike/gcroot.cpp
index 7a364f8be6163347e2de9991a7deef19f7ecabc2..1a2a02813f7cff5df2410faeb0151b2c373b7f89 100644
(file)
--- 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";