mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
Really, really make sure arrays have a name (#430)
This commit is contained in:
parent
d79b55cfd2
commit
8193d271a8
@ -528,6 +528,8 @@ bool OICodeGen::buildNameInt(drgn_type* type,
|
||||
|
||||
if (drgn_type_has_name(arrayElementType)) {
|
||||
templateParamName = drgn_type_name(arrayElementType);
|
||||
} else if (drgn_type_has_tag(arrayElementType)) {
|
||||
templateParamName = drgn_type_tag(arrayElementType);
|
||||
} else {
|
||||
LOG(ERROR) << "Failed4 to get typename ";
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user