Add exception counter (dotnet/coreclr#22734)
authorSung Yoon Whang <suwhang@microsoft.com>
Fri, 22 Feb 2019 01:48:48 +0000 (17:48 -0800)
committerGitHub <noreply@github.com>
Fri, 22 Feb 2019 01:48:48 +0000 (17:48 -0800)
commitbe2926b6b63b9cdb6bf2a033050ac6a263cd4bc1
tree71a16c8193bc6085f3998332152ecc86f50a9b7e
parentfacf89771298e2ad43718da33e40656909a4f49f
Add exception counter (dotnet/coreclr#22734)

* Add exception counter

* Fix build

* Make FCall return UINT32

* Move GetExceptionCount to Exception

* more PR comments, fix x86 build

* Remove global variable initialization

Commit migrated from https://github.com/dotnet/coreclr/commit/521e73c0031c84297088381688d464ce619156a9
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/RuntimeEventSource.cs
src/coreclr/src/System.Private.CoreLib/src/System/Exception.cs
src/coreclr/src/vm/comutilnative.cpp
src/coreclr/src/vm/comutilnative.h
src/coreclr/src/vm/ecalllist.h
src/coreclr/src/vm/exceptionhandling.cpp
src/coreclr/src/vm/i386/excepx86.cpp