From: Mike McLaughlin Date: Tue, 11 Jun 2024 19:29:50 +0000 (-0700) Subject: Update SOS breaking change version for Exception's _stackTrace changes in .NET 9... X-Git-Tag: accepted/tizen/unified/20241231.014852~40^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fc7f6d678434057afb888efb80ab80331816a6c;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Update SOS breaking change version for Exception's _stackTrace changes in .NET 9 (#4733) /cc: @janvorli --- 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;