Remove handles from System.Diagnostics.Debugger. (#17713)
commit19a44cd32bbf4d993a0e833a76250e563828233f
authorJay Krell <jaykrell@microsoft.com>
Thu, 14 Nov 2019 07:18:02 +0000 (13 23:18 -0800)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 14 Nov 2019 07:18:02 +0000 (14 08:18 +0100)
tree1d216de7c866c733d0a7aed93e55d7838b3fd273
parent1d81534d27a01f23e0a75cee8097b565671080a1
Remove handles from System.Diagnostics.Debugger. (#17713)

* Remove handles from System.Diagnostics.Debugger.
memset (&x, 0, sizeof (type)) to memset (&x, 0, sizeof (x)).

* Bump API snapshot submodule
12 files changed:
configure.ac
external/api-snapshot
mcs/class/corlib/System.Diagnostics/Debugger.cs
mono/metadata/icall-decl.h
mono/metadata/icall-def-netcore.h
mono/metadata/icall-def.h
mono/metadata/icall.c
mono/metadata/object-internals.h
mono/mini/debugger-agent-stubs.c
mono/mini/debugger-agent.c
mono/mini/debugger-agent.h
netcore/System.Private.CoreLib/src/System/Diagnostics/Debugger.cs