Improve DWARF 5 compatibility. (#400)
[pyelftools.git] / elftools / dwarf / die.py
2022-05-10 Ronan DunklauImprove DWARF 5 compatibility. (#400)
2020-07-08 Gabriel-Andrew Pol... Fix typo when referencing DW_FORM_ref_addr (#321)
2020-04-22 Milton D. Miller IICached random access to CUs and DIEs (#264)
2019-11-08 William WoodruffLazy DIE parsing (#249)
2019-10-18 William Woodruffdwarf/die: Handle DW_FORM_flag_present in value transla...
2018-12-20 Anders DellienSimplify handling of null DIEs (#209)
2018-10-27 Anders DellienRemove unnecessary 'preserve_stream_pos' (#204)
2017-11-21 alonDIE.__repr__ typo: s/chidren/children/ (#161)
2017-06-15 Eli BenderskyClean up a bit after previous PR
2017-06-15 gerthmarNULL termination with IAR Embedded Workbench compiler...
2014-11-01 Eli BenderskyBump minimal Python 2.x version to 2.7
2014-01-18 Eli BenderskyFix for issue #22: handle DW_FORM_indirect correctly
2014-01-15 Eli BenderskyAttempting fix for issue #22: bad structs reference
2014-01-08 Eli BenderskyMerge pull request #10 from yannrouillard/multiple...
2013-12-28 Eli BenderskyMerge pull request #18 from ShaheedHaque/fix_iterator3
2013-12-28 Shaheed HaqueUse correct Python2/3 compatibility iterator.
2013-12-27 Eli BenderskyMerge pull request #5 from yannrouillard/solaris
2013-12-27 Eli BenderskyMerge pull request #7 from yannrouillard/ldynsym
2013-12-27 Eli BenderskyFix recent pull by refactoring the code a bit and fixin...
2013-12-27 Eli BenderskyMerge pull request #16 from ShaheedHaque/filenames2
2013-12-27 Shaheed Haque1. Centralise the logic for getting the filename for...
2013-03-30 Eli Benderskydebug-dump=info should print null DIEs to conform to...
2013-03-28 Eli BenderskyCosmetic changes. +added sublime project file
2013-03-23 Eli Benderskycleanup & updated CHANGES
2012-01-27 Eli Benderskyinitial efforts porting pyelftools to python 3. some...
2011-12-18 Eli Benderskysome cosmetic changes + updating README
2011-11-24 Eli Benderskyit's alive, ALIVEhg sthg st! DWARF relocations seem...
2011-11-18 Eli Benderskythe relocation manager for dwarf works! sdf
2011-10-27 Eli Benderskyadded name field to AttributeValue
2011-10-26 elibenadded some basic description capabilities for DWARF...
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-22 elibenadding some useful attributes & method to DIE
2011-09-22 elibensome refactoring. parsing a single DIE now appears...
2011-09-22 elibenmore preparations for full DIE parsing:
2011-09-21 eliben* completed implementation of abbrevtable