mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
fix busted section codes
This commit is contained in:
+9
-9
@@ -103,14 +103,14 @@ RDI_SectionKind_ThreadVariables = 0x0018,
|
||||
RDI_SectionKind_Constants = 0x0019,
|
||||
RDI_SectionKind_Procedures = 0x001A,
|
||||
RDI_SectionKind_Locals = 0x001B,
|
||||
RDI_SectionKind_Scopes = 0x001D,
|
||||
RDI_SectionKind_ScopeVOffData = 0x001E,
|
||||
RDI_SectionKind_ScopeVMap = 0x001F,
|
||||
RDI_SectionKind_InlineSites = 0x0020,
|
||||
RDI_SectionKind_LocationBlocks = 0x0021,
|
||||
RDI_SectionKind_LocationData = 0x0022,
|
||||
RDI_SectionKind_GlobalVariableSymbols = 0x0023,
|
||||
RDI_SectionKind_GlobalVMap = 0x001C,
|
||||
RDI_SectionKind_Scopes = 0x001C,
|
||||
RDI_SectionKind_ScopeVOffData = 0x001D,
|
||||
RDI_SectionKind_ScopeVMap = 0x001E,
|
||||
RDI_SectionKind_InlineSites = 0x001F,
|
||||
RDI_SectionKind_LocationBlocks = 0x0020,
|
||||
RDI_SectionKind_LocationData = 0x0021,
|
||||
RDI_SectionKind_GlobalVariableSymbols = 0x0022,
|
||||
RDI_SectionKind_GlobalVMap = 0x0023,
|
||||
RDI_SectionKind_ThreadVariableSymbols = 0x0024,
|
||||
RDI_SectionKind_ConstantSymbols = 0x0025,
|
||||
RDI_SectionKind_ProcedureSymbols = 0x0026,
|
||||
@@ -387,7 +387,7 @@ RDI_MemberKind_NestedType = 0x0300,
|
||||
typedef RDI_U8 RDI_ContainerKind;
|
||||
typedef enum RDI_ContainerKindEnum
|
||||
{
|
||||
RDI_ContainerKind_Unit = 0x0,
|
||||
RDI_ContainerKind_NULL = 0x0,
|
||||
RDI_ContainerKind_Type = 0x1,
|
||||
RDI_ContainerKind_Scope = 0x2,
|
||||
RDI_ContainerKind_Namespace = 0x3,
|
||||
|
||||
Reference in New Issue
Block a user