summaryrefslogtreecommitdiff
path: root/src/dlls
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2019-05-29 23:39:31 -0700
committerGitHub <noreply@github.com>2019-05-29 23:39:31 -0700
commite46ae5921c510309f252af21c2a88d341e4e15ab (patch)
tree53b273bfed5e8310d50b38daf2067a77f3589b2f /src/dlls
parentcc1f8ab68e645cd46601b1df50ff644dfffc4dae (diff)
downloadcoreclr-e46ae5921c510309f252af21c2a88d341e4e15ab.tar.gz
coreclr-e46ae5921c510309f252af21c2a88d341e4e15ab.tar.bz2
coreclr-e46ae5921c510309f252af21c2a88d341e4e15ab.zip
Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the test case run at (#24844)
least 4 to 5 times faster than before. Fallback to old transport ReadMemory if /proc/<pid>/mem can't be opened. This happens on attach because of permissions/access, but works fine on the launch (the most important case).
Diffstat (limited to 'src/dlls')
-rw-r--r--src/dlls/mscordac/mscordac_unixexports.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dlls/mscordac/mscordac_unixexports.src b/src/dlls/mscordac/mscordac_unixexports.src
index eb5d4ea7d9..71c6b313be 100644
--- a/src/dlls/mscordac/mscordac_unixexports.src
+++ b/src/dlls/mscordac/mscordac_unixexports.src
@@ -65,6 +65,9 @@ nativeStringResourceTable_mscorrc_debug
#PAL_wcscspn
#PAL_wcscat
#PAL_wcsstr
+#PAL__open
+#PAL__pread
+#PAL__close
#_wcsicmp
#_stricmp