Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2021-03-26 04:39:14 +0300
committerGitHub <noreply@github.com>2021-03-26 04:39:14 +0300
commite503be0f9c37611bc03363751c67e660cd60b26a (patch)
treee60516cc1fc6ee0366a3aa4629532d856f100784 /src/coreclr/pal
parentec2fedcba857629cf93902f8040b88bf29372726 (diff)
Block debugger attach after any ApplyUpdate changes (#50200)
* Block debugger attach after any ApplyUpdate changes * Add better error message for ApplyUpdate while debugging * Code review feedback * Fix arm32/arm64 builds * Code review feedback * Code review feedback
Diffstat (limited to 'src/coreclr/pal')
-rw-r--r--src/coreclr/pal/prebuilt/inc/corerror.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coreclr/pal/prebuilt/inc/corerror.h b/src/coreclr/pal/prebuilt/inc/corerror.h
index 0fe7c75d2d2..ac6b15163fa 100644
--- a/src/coreclr/pal/prebuilt/inc/corerror.h
+++ b/src/coreclr/pal/prebuilt/inc/corerror.h
@@ -383,6 +383,7 @@
#define CORDBG_E_DATA_TARGET_ERROR EMAKEHR(0x1c61)
#define CORDBG_E_NO_IMAGE_AVAILABLE EMAKEHR(0x1c64)
#define CORDBG_E_UNSUPPORTED_DELEGATE EMAKEHR(0x1c68)
+#define CORDBG_E_ASSEMBLY_UPDATES_APPLIED EMAKEHR(0x1c69)
#define PEFMT_E_64BIT EMAKEHR(0x1d02)
#define PEFMT_E_32BIT EMAKEHR(0x1d0b)
#define CLDB_E_INTERNALERROR EMAKEHR(0x1fff)