Fix for mixed version loclists, tests (#521)
[pyelftools.git] / elftools / dwarf / dwarfinfo.py
2023-11-16 Seva AlekseyevFix for mixed version loclists, tests (#521) master
2022-09-22 Will DenissenAdded Dwarfv5 CU headers (#442)
2022-08-08 Ronan DunklauSupplementary object files (#426)
2022-07-12 Seva AlekseyevIndirect encoding support (#430)
2022-07-08 Seva AlekseyevMixing v4 and v5 loclists and rangelists sections ...
2022-06-17 Seva AlekseyevSupport for DWARFv5 debug_rnglists section (#419)
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-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)
2020-03-23 Eli BenderskyReformat 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-08-29 Pierre-Marie de... Add parsing and readelf dumping for .eh_frame (#155)
2016-07-14 Eli BenderskyMerge pull request #108 from dorothychen/aranges
2016-07-13 Dorothy Chenparsed .debug_aranges section, simple interface mapping...
2016-06-20 ttsugriiSupport ZLIB compressed debug sections
2016-06-19 Eli BenderskyMerge pull request #104 from P1kachu/master
2016-06-19 Stanislas P1kachu... Fix case where struct is None
2014-01-25 Eli BenderskyClean up the code after the previous pull request
2014-01-25 Eli BenderskyMerge pull request #24 from smani/range_lists
2014-01-23 Santhosh Kumar ManiHandle absence of .debug_ranges gracefully
2013-05-25 Eli BenderskyMore DWARFv4 parsing goodness. Also added some hookups...
2013-05-25 Eli BenderskyInitial DWARF4 support for Clang-generated DWARF. Based...
2011-12-29 Eli Benderskyadded parsing of .debug_ranges v0.10
2011-12-28 Eli Benderskylocation lists kinda working. need more docs & readelf...
2011-12-27 Eli Benderskybasic preparations for parsing location lists
2011-12-26 Eli Benderskylazy parsing of CUs
2011-12-18 Eli Benderskysome cosmetic changes + updating README
2011-12-14 Eli Benderskycompleted descriptions of --debug-info=frames. readelf...
2011-12-10 Eli Benderskyfixed default address size passing from ELFFile to...
2011-12-09 Eli Benderskystarting skeleton implementation of call frame parsing
2011-12-09 Eli BenderskyPass configuration from ELFFile to DWARFInfo via a...
2011-12-07 Eli Benderskysome documentation improvements
2011-12-04 Eli Benderskysmall fixes to lineprogram + unit tests + new unittest...
2011-12-03 Eli Benderskyafter cleanup and fixing, it actually shows signs of...
2011-12-03 Eli Benderskychanged the method to obtain line programs - now per CU
2011-12-02 Eli Benderskymoving on with line program stuffz
2011-12-02 Eli Benderskylaziness FTW
2011-12-02 Eli Benderskysome API cleanups + added lineprogram
2011-11-27 Eli Benderskysome performance improvements
2011-11-24 Eli Benderskyit's alive, ALIVEhg sthg st! DWARF relocations seem...
2011-11-23 Eli Benderskystill not working, but getting there. need to revise...
2011-11-23 Eli Benderskynothing works because we're in the middle of a relocati...
2011-11-18 Eli Benderskythe relocation manager for dwarf works! sdf
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 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 eliben* take DWARF stuff from ELFFile
2011-09-19 elibenAdded dwarf/compileunit.py and dwarf/dwarfinfo.py and...