summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2018-01-19 11:12:02 -0800
committerGitHub <noreply@github.com>2018-01-19 11:12:02 -0800
commit37358edeb2bd2f2cd4e4ee0ebd7ecc021f1aee27 (patch)
treec4960b09adfa7c6a72f6da5b425604e2e1bc954b /src/inc
parentf1c732878777092468ef8da8cd61aa8ec0922948 (diff)
downloadcoreclr-37358edeb2bd2f2cd4e4ee0ebd7ecc021f1aee27.tar.gz
coreclr-37358edeb2bd2f2cd4e4ee0ebd7ecc021f1aee27.tar.bz2
coreclr-37358edeb2bd2f2cd4e4ee0ebd7ecc021f1aee27.zip
Revert "Change just-in-time debugging registry keys. (#15722)" (#15921)
This reverts commit 8b2cac974db3edde38e1a555455f53592d03b68e.
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/utilcode.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/inc/utilcode.h b/src/inc/utilcode.h
index e941103321..d7676cb86a 100644
--- a/src/inc/utilcode.h
+++ b/src/inc/utilcode.h
@@ -4248,16 +4248,10 @@ void AdjustImageRuntimeVersion (SString* pVersion);
SELECTANY const WCHAR kDebugApplicationsPoliciesKey[] = W("SOFTWARE\\Policies\\Microsoft\\Windows\\Windows Error Reporting\\DebugApplications");
SELECTANY const WCHAR kDebugApplicationsKey[] = W("SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting\\DebugApplications");
-#ifdef FEATURE_CORECLR
-SELECTANY const WCHAR kUnmanagedDebuggerKey[] = W("SOFTWARE\\Microsoft\\.NETCore\\JITDebugging");
-SELECTANY const WCHAR kUnmanagedDebuggerAutoExclusionListKey[] = W("SOFTWARE\\Microsoft\\.NETCore\\JITDebugging\\AutoExclusionList");
-#else
SELECTANY const WCHAR kUnmanagedDebuggerKey[] = W("SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug");
-SELECTANY const WCHAR kUnmanagedDebuggerAutoExclusionListKey[] = W("SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug\\AutoExclusionList");
-#endif // FEATURE_CORECLR
-
SELECTANY const WCHAR kUnmanagedDebuggerValue[] = W("Debugger");
SELECTANY const WCHAR kUnmanagedDebuggerAutoValue[] = W("Auto");
+SELECTANY const WCHAR kUnmanagedDebuggerAutoExclusionListKey[] = W("SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug\\AutoExclusionList");
BOOL GetRegistryLongValue(HKEY hKeyParent, // Parent key.
LPCWSTR szKey, // Key name to look at.