Minor cosmetic changes
[pyelftools.git] / elftools / dwarf / compileunit.py
2022-06-07 Eli BenderskyMinor cosmetic changes
2022-06-07 Seva AlekseyevSupport for sibling in form DW_FORM_ref_addr (#408)
2020-07-08 Eli BenderskyRevert "for sibling of form ref_addr, only sibling...
2020-07-08 sagibenfor sibling of form ref_addr, only sibling value should...
2020-04-22 Milton D. Miller IICached random access to CUs and DIEs (#264)
2019-11-08 William WoodruffLazy DIE parsing (#249)
2015-07-09 Eli BenderskyWhitespace cleanup
2013-01-06 Eli BenderskyTrim trailing whitespace in some code and wrap to 80...
2013-01-06 Eli BenderskyIssue #7: be more forgiving to incorrect DWARF that...
2011-11-24 Eli Benderskyit's alive, ALIVEhg sthg st! DWARF relocations seem...
2011-10-02 eliben* start adding debug_dump=info to readelf.py
2011-10-02 elibenunflattening the DIE tree by CU done - now DIEs have...
2011-09-26 elibenCU will now parse all its DIEs (lazily, when any specif...
2011-09-23 Eli Benderskymerge
2011-09-22 elibencleanup and cosmetics - for a healthy future!! er....
2011-09-21 eliben* completed implementation of abbrevtable
2011-09-20 elibenabbrev table almost functioning
2011-09-20 elibenStarted adding abbrev table stuff
2011-09-20 eliben* DWARFInfo now doesn't receive a "dwarf class" argumen...
2011-09-19 eliben* take DWARF stuff from ELFFile
2011-09-19 elibenAdded dwarf/compileunit.py and dwarf/dwarfinfo.py and...