commit | 5be3be82cc3f0faf84dba6fa35339c11fe5e56f7 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Thu Oct 27 14:28:12 2011 +0200 |
committer | Eli Bendersky <eliben@gmail.com> | Thu Oct 27 14:28:12 2011 +0200 |
tree | 87962429b8a75363ec79e1af233ae3930b3d335e | |
parent | 89f40c422228147bd5bc891f2b8d4cffef1f5e56 [diff] [blame] |
added name field to AttributeValue
diff --git a/scripts/readelf.py b/scripts/readelf.py index 0688f40..283ad92 100755 --- a/scripts/readelf.py +++ b/scripts/readelf.py
@@ -524,7 +524,7 @@ attr.offset - section_offset, attrname, describe_attr_value( - attrname, attr, die, section_offset))) + attr, die, section_offset))) if die.has_children: die_depth += 1