mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
get DWARF converter up and running
This commit is contained in:
+493
-496
File diff suppressed because it is too large
Load Diff
@@ -17,10 +17,10 @@ struct D2R_ConvertParams
|
|||||||
|
|
||||||
typedef struct D2R_TypeTable
|
typedef struct D2R_TypeTable
|
||||||
{
|
{
|
||||||
HashTable *ht;
|
HashTable *ht;
|
||||||
RDIM_TypeChunkList *types;
|
RDIM_TypeChunkList *types;
|
||||||
U64 type_chunk_cap;
|
U64 type_chunk_cap;
|
||||||
RDIM_Type *varg_type;
|
RDIM_Type **builtin_types;
|
||||||
} D2R_TypeTable;
|
} D2R_TypeTable;
|
||||||
|
|
||||||
typedef struct D2R_TagNode
|
typedef struct D2R_TagNode
|
||||||
|
|||||||
Reference in New Issue
Block a user