mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-10 03:21:37 -07:00
finish sketching out complex synthetic type construction; tear out unneeded leaf external evaluation (we can just use the macro map & separate address spaces); sketch out scaffolding for a thread evaluation type
This commit is contained in:
@@ -98,7 +98,6 @@ typedef enum E_Mode
|
||||
E_Mode_Addr,
|
||||
E_Mode_Reg,
|
||||
E_Mode_InlineData,
|
||||
E_Mode_Ext,
|
||||
}
|
||||
E_Mode;
|
||||
|
||||
@@ -206,7 +205,6 @@ struct E_ParseCtx
|
||||
E_String2NumMap *reg_alias_map;
|
||||
E_String2NumMap *locals_map; // (within `rdis[rdis_primary_idx]`)
|
||||
E_String2NumMap *member_map; // (within `rdis[rdis_primary_idx]`)
|
||||
E_String2NumMap *ext_map;
|
||||
};
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user