[runtime] Add stack marks to a few icalls. (#11774)
commit99f9565d62955ff8697d23ae931834c22abb8761
authorZoltan Varga <vargaz@gmail.com>
Mon, 26 Nov 2018 15:52:49 +0000 (26 10:52 -0500)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 26 Nov 2018 15:52:49 +0000 (26 16:52 +0100)
treea42c25ad37f789f16b22c71296aa286b2791ba59
parentf396735a83546ce06dee47f5dda9e9f93a53e068
[runtime] Add stack marks to a few icalls. (#11774)

* [runtime] Add a mono_runtime_get_caller_from_stack_mark () function, use it in a few places. NFC.

* [bcl] Add a stackMark argument to AppDomain.Load () calls.
14 files changed:
configure.ac
external/api-snapshot
mcs/class/corlib/System.Reflection.Emit/AssemblyBuilder.cs
mcs/class/corlib/System.Reflection/Assembly.cs
mcs/class/corlib/System.Reflection/MonoAssembly.cs
mcs/class/corlib/System/AppDomain.cs
mono/metadata/appdomain-icalls.h
mono/metadata/appdomain.c
mono/metadata/icall-def.h
mono/metadata/icall-internals.h
mono/metadata/icall-table.h
mono/metadata/icall.c
mono/metadata/object-internals.h
mono/metadata/reflection-internals.h