mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-14 21:41:25 -07:00
split conversion pass into three (types, udts, and symbols) and use
new locations chunk list
This commit is contained in:
@@ -1999,6 +1999,8 @@ dw_u64_from_attrib(DW_Input *input, DW_CompUnit *cu, DW_Tag tag, DW_AttribKind k
|
||||
} else {
|
||||
result = dw_interp_const_u64(attrib->form_kind, attrib->form);
|
||||
}
|
||||
} else if (attrib_class == DW_AttribClass_Address) {
|
||||
result = dw_address_from_attrib(input, cu, attrib);
|
||||
} else if (attrib_class == DW_AttribClass_Reference) {
|
||||
NotImplemented;
|
||||
} else if (attrib_class != DW_AttribClass_Null) {
|
||||
|
||||
Reference in New Issue
Block a user