summaryrefslogtreecommitdiff
path: root/src/dlls/mscordbi/mscordbi_unixexports.src
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlls/mscordbi/mscordbi_unixexports.src')
-rw-r--r--src/dlls/mscordbi/mscordbi_unixexports.src18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/dlls/mscordbi/mscordbi_unixexports.src b/src/dlls/mscordbi/mscordbi_unixexports.src
new file mode 100644
index 0000000000..b4704aef63
--- /dev/null
+++ b/src/dlls/mscordbi/mscordbi_unixexports.src
@@ -0,0 +1,18 @@
+; Licensed to the .NET Foundation under one or more agreements.
+; The .NET Foundation licenses this file to you under the MIT license.
+; See the LICENSE file in the project root for more information.
+
+; COM-instantiation
+DllGetClassObjectInternal
+DllGetClassObject
+
+; CoreClr API
+CoreCLRCreateCordbObject
+
+; Out-of-proc creation path from the shim - ICLRDebugging
+OpenVirtualProcessImpl
+
+; PAL module registration
+DllMain
+PAL_RegisterModule
+PAL_UnregisterModule \ No newline at end of file