src/Microsoft.Diagnostics.Runtime/DataReaders/Registers/LoongArch64Context.cs [24:35]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [FieldOffset(0x0)] public uint ContextFlags; #region General and control registers [Register(RegisterType.General)] [FieldOffset(0x8)] public ulong R0; [Register(RegisterType.General)] [FieldOffset(0x10)] public ulong Ra; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/Microsoft.Diagnostics.Runtime/DataReaders/Registers/RiscV64Context.cs [24:35]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [FieldOffset(0x0)] public uint ContextFlags; #region General and control registers [Register(RegisterType.General)] [FieldOffset(0x8)] public ulong R0; [Register(RegisterType.General)] [FieldOffset(0x10)] public ulong Ra; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -