DWARF 5 operations and DWARF5 location lists (#418)
[pyelftools.git] / elftools / dwarf / structs.py
2022-06-16 Seva AlekseyevDWARF 5 operations and DWARF5 location lists (#418)
2022-06-13 Eli BenderskyWhitespace cleanups
2022-06-13 Seva AlekseyevVersion 5 lineprogram header (#411)
2022-05-10 Ronan DunklauImprove DWARF 5 compatibility. (#400)
2021-05-27 William Woodruffdwarf: initial DWARFv5 support (#363)
2020-10-10 Seva AlekseyevDWARFv1 constants in enums, DW_FORM_ref parsing (#335)
2020-03-28 Eli BenderskyClean up whitespace
2020-03-07 Eli BenderskyMerge branch 'master' of github.com:eliben/pyelftools
2020-03-07 Seva Alekseyevref_addr size changed between v2 and v3 - take 2 (...
2018-12-24 rvijaycAdded support for decoding .debug_pubtypes and .debug_p...
2017-11-21 tyb0807ARM build attributes section parsing (#160)
2017-08-29 Pierre-Marie de... Add parsing and readelf dumping for .eh_frame (#155)
2017-06-15 gerthmarNULL termination with IAR Embedded Workbench compiler...
2016-10-26 Eli BenderskyCosmetic changes
2016-10-26 Eli BenderskyRemove the PT_ARM_UNWIND enum
2016-07-14 Eli BenderskyMerge pull request #108 from dorothychen/aranges
2016-07-13 Dorothy Chenparsed .debug_aranges section, simple interface mapping...
2015-08-25 Eli BenderskyCosmetic changes
2015-08-25 Eli BenderskyMerge pull request #82 from Tustvold/master
2015-08-24 Raphael Taylor-DaviesAdded support for DWARF v4 lineprograms
2013-06-08 Eli BenderskyMerge pull request #16
2013-06-08 Eli BenderskyAdd some additional GNU forms
2013-05-25 Eli BenderskyMore DWARFv4 parsing goodness. Also added some hookups...
2013-05-25 Eli BenderskyMore tweaks to succesfully parse an object file generat...
2013-05-25 Eli Benderskycleanup whitespace
2013-05-25 Eli BenderskyInitial DWARF4 support for Clang-generated DWARF. Based...
2012-01-27 Eli BenderskyMore changes to port to Python 3
2011-12-10 Eli Benderskycall frame instructions parsing kinda done. now need...
2011-12-09 Eli Benderskystarting skeleton implementation of call frame parsing
2011-12-07 Eli Benderskyusing RepeatUntilExcluding for the Dwarf_abbrev_declara...
2011-12-03 Eli Benderskychanged the method to obtain line programs - now per CU
2011-12-02 Eli Benderskyadded Dwarf_lineprog_header struct, with some rudimenta...
2011-11-16 Eli Benderskymerge & resolve conflicts from remote
2011-11-06 elibenadded basic visiting of all OPs in location_expr.Generi...
2011-10-27 Eli Benderskymore work on location_expr
2011-10-02 elibendocstring clarification for DWARFStructs
2011-09-26 elibenCU will now parse all its DIEs (lazily, when any specif...
2011-09-23 Eli Benderskymerge
2011-09-22 elibenmore preparations for full DIE parsing:
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 elibenAdded dwarf/compileunit.py and dwarf/dwarfinfo.py and...
2011-09-18 elibencreated elftools/dwarf and started writing down some...