From 3fc7f6d678434057afb888efb80ab80331816a6c Mon Sep 17 00:00:00 2001 From: Mike McLaughlin Date: Tue, 11 Jun 2024 12:29:50 -0700 Subject: [PATCH] Update SOS breaking change version for Exception's _stackTrace changes in .NET 9 (#4733) /cc: @janvorli --- src/shared/inc/sospriv.idl | 2 +- src/shared/pal/prebuilt/inc/sospriv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/inc/sospriv.idl b/src/shared/inc/sospriv.idl index c377df57a..98cfa0afe 100644 --- a/src/shared/inc/sospriv.idl +++ b/src/shared/inc/sospriv.idl @@ -444,7 +444,7 @@ interface ISOSDacInterface8 : IUnknown // Increment anytime there is a change in the data structures that SOS depends on like // stress log structs (StressMsg, StressLogChunck, ThreadStressLog, etc), exception // stack traces (StackTraceElement), the PredefinedTlsSlots enums, etc. -cpp_quote("#define SOS_BREAKING_CHANGE_VERSION 4") +cpp_quote("#define SOS_BREAKING_CHANGE_VERSION 5") [ object, diff --git a/src/shared/pal/prebuilt/inc/sospriv.h b/src/shared/pal/prebuilt/inc/sospriv.h index 855696ef0..64db79c79 100644 --- a/src/shared/pal/prebuilt/inc/sospriv.h +++ b/src/shared/pal/prebuilt/inc/sospriv.h @@ -2802,7 +2802,7 @@ EXTERN_C const IID IID_ISOSDacInterface8; /* interface __MIDL_itf_sospriv_0000_0012 */ /* [local] */ -#define SOS_BREAKING_CHANGE_VERSION 4 +#define SOS_BREAKING_CHANGE_VERSION 5 extern RPC_IF_HANDLE __MIDL_itf_sospriv_0000_0012_v0_0_c_ifspec; -- 2.34.1