From 484a2cf0b0c4e304a5093ec26e07fe41f8896c3c Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Wed, 6 May 2015 23:43:46 -0700 Subject: Merge changes from parent branch [tfs-changeset: 1466545] --- src/vm/ClrEtwAll.man | 84 ++++++++++++++++++- src/vm/appdomain.hpp | 3 +- src/vm/assembly.cpp | 51 +++++++++++- src/vm/assembly.hpp | 4 + src/vm/ceeload.cpp | 10 ++- src/vm/clrtracelogging.cpp | 41 ++++++++++ src/vm/codeman.cpp | 2 +- src/vm/compile.cpp | 19 ++++- src/vm/coreassemblyspec.cpp | 2 +- src/vm/crossgen/wks_crossgen.nativeproj | 4 +- src/vm/domainfile.cpp | 7 ++ src/vm/dwreport.cpp | 98 +++++++++++++--------- src/vm/eetwain.cpp | 51 +++++++++--- src/vm/eventtrace.cpp | 139 ++++++++++++++++++++++++++++++++ src/vm/exceptionhandling.cpp | 53 +++++++++++- src/vm/exceptionhandling.h | 9 +++ src/vm/gcenv.cpp | 108 ++++++++++++++++++++++++- src/vm/i386/excepx86.cpp | 14 ++++ src/vm/i386/stublinkerx86.cpp | 8 +- src/vm/methodtablebuilder.cpp | 14 ++-- src/vm/pefile.cpp | 20 +++++ src/vm/pefile.h | 1 + src/vm/pefile.inl | 22 +++++ src/vm/peimage.cpp | 9 ++- src/vm/stackwalk.cpp | 27 ++++++- src/vm/stackwalk.h | 13 +++ src/vm/threaddebugblockinginfo.cpp | 7 ++ src/vm/threads.cpp | 15 ++++ src/vm/threads.h | 2 + src/vm/vm.settings | 1 + src/vm/wks/wks.targets | 3 + 31 files changed, 766 insertions(+), 75 deletions(-) create mode 100644 src/vm/clrtracelogging.cpp (limited to 'src/vm') diff --git a/src/vm/ClrEtwAll.man b/src/vm/ClrEtwAll.man index ea3c4da935..71b7346878 100644 --- a/src/vm/ClrEtwAll.man +++ b/src/vm/ClrEtwAll.man @@ -71,6 +71,8 @@ message="$(string.RuntimePublisher.ThreadTransferKeywordMessage)" symbol="CLR_THREADTRANSFER_KEYWORD"/> + @@ -163,7 +165,28 @@ - + + + + + + + + + + + + + + + @@ -339,6 +362,7 @@ + @@ -1326,6 +1350,21 @@ + +