summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Kurinnoi <m.kurinnoi@samsung.net>2019-08-19 15:06:58 +0300
committerKonstantin Baladurin <k.baladurin@samsung.com>2019-09-26 00:24:34 +0300
commitd7b9d1f17b9b48f378d63c8120a91d595439c548 (patch)
tree1da776747fb019987c8ddb42934d1ba553f2a436
parentf36250c208e94db3fcf3ee0eeb16a5e4b946267b (diff)
downloadcoreclr-d7b9d1f17b9b48f378d63c8120a91d595439c548.tar.gz
coreclr-d7b9d1f17b9b48f378d63c8120a91d595439c548.tar.bz2
coreclr-d7b9d1f17b9b48f378d63c8120a91d595439c548.zip
[Tizen] Partially revert a6292a6.
NetcoreDBG depends from PAL functions. Instead of SOS plugin, that use PAL static libs, debugger should be able to operate with any runtime version and can't be statically linked to PAL.
-rw-r--r--src/dlls/mscoree/mscorwks_unixexports.src39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/dlls/mscoree/mscorwks_unixexports.src b/src/dlls/mscoree/mscorwks_unixexports.src
index 98db67bd1a..6ba08c9af8 100644
--- a/src/dlls/mscoree/mscorwks_unixexports.src
+++ b/src/dlls/mscoree/mscorwks_unixexports.src
@@ -19,3 +19,42 @@ PAL_UnregisterModule
CoreDllMain
DllMain
GetCLRRuntimeHost
+
+; Win32 API and other PAL functions used by the System.Private.CoreLib
+CloseHandle
+CoTaskMemAlloc
+CoTaskMemRealloc
+CoTaskMemFree
+CreateEventW
+CreateEventExW
+CreateMutexW
+CreateMutexExW
+CreateSemaphoreW
+CreateSemaphoreExW
+FormatMessageW
+FreeEnvironmentStringsW
+GetCurrentProcessId
+GetCurrentThreadId
+GetEnvironmentStringsW
+GetEnvironmentVariableW
+GetStdHandle
+GetSystemInfo
+LocalAlloc
+LocalReAlloc
+LocalFree
+OpenEventW
+OpenMutexW
+OpenSemaphoreW
+OutputDebugStringW
+QueryPerformanceCounter
+QueryPerformanceFrequency
+ReleaseMutex
+ReleaseSemaphore
+ResetEvent
+SetEnvironmentVariableW
+SetEvent
+SysAllocStringByteLen
+SysAllocStringLen
+SysFreeString
+SysStringLen
+WriteFile