summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMikhail Kurinnoi <m.kurinnoi@samsung.net>2019-08-19 15:06:58 +0300
committerGleb Balykov <g.balykov@samsung.com>2020-03-25 15:29:41 +0300
commit854bcf4d8350774e015ca954484a2fa327f941e9 (patch)
tree77dff19387c3a3c3e17df126f0fe50d611d9b4fd /src
parentd9fc8fd2d681be8ecd6b0381abe49f26ce8a09b3 (diff)
downloadcoreclr-854bcf4d8350774e015ca954484a2fa327f941e9.tar.gz
coreclr-854bcf4d8350774e015ca954484a2fa327f941e9.tar.bz2
coreclr-854bcf4d8350774e015ca954484a2fa327f941e9.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.
Diffstat (limited to 'src')
-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