Update version to 0.25 to prepare for release
[pyelftools.git] / elftools / dwarf /
2018-03-06 emersionFix DW_CFA_remember_state (#184)
2018-01-20 emersionDo not crash if CIE doesn't define CFA (#177)
2017-11-21 tyb0807ARM build attributes section parsing (#160)
2017-11-21 alonDIE.__repr__ typo: s/chidren/children/ (#161)
2017-08-29 Pierre-Marie de... Add parsing and readelf dumping for .eh_frame (#155)
2017-06-15 Eli BenderskyClean up a bit after previous PR
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-08-01 Eli BenderskyWhitespace cleanup
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
2016-03-02 Eli BenderskyFix descriptions._data_member_location_extra to handle...
2015-12-11 Eli BenderskyMerge pull request #89 from sethml/feature/improved...
2015-12-11 Eli BenderskyMerge pull request #91 from sethml/feature/DW_TAG_GNU_c...
2015-12-10 Seth LaForgeImproved DWARFv4 support.
2015-12-10 Seth LaForgeAdd DW_TAG_GNU_call_site* for better tail-call debug...
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
2015-07-09 Eli BenderskyRun dwarf/constants.py through fromdos
2015-07-09 Eli BenderskyBetter DWARF v4 support for decoding function ranges.
2015-07-09 Eli BenderskyWhitespace cleanup
2015-07-09 Eli BenderskyMerge pull request #79 from michalmalik/patch-2
2015-07-09 Eli BenderskyWhitespace cleanup
2014-11-01 Eli BenderskyBump minimal Python 2.x version to 2.7
2014-11-01 Eli BenderskyMerge pull request #56 from KarlVogel/mips-support
2014-10-30 Karl VogelBasic MIPS support
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
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 Eli BenderskyFix failing tests on Python 3.3 by removing duplicats...
2013-12-27 Shaheed Haque1. Centralise the logic for getting the filename for...
2013-11-28 Eli Benderskyexe_simple64 now passes again
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...
2013-03-31 Eli BenderskyFix some other differences from the output of readelf...
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
2013-01-07 Eli Benderskytrim trailing whitespace and reorganize a bit of comments
2013-01-07 Eli Benderskycleanups of trailing whitespace
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...
2012-01-27 Eli BenderskyMore changes to port to Python 3
2012-01-27 Eli Benderskyinitial efforts porting pyelftools to python 3. some...
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 Bendersky a bit progress on locationlists
2011-12-27 Eli Benderskybasic preparations for parsing location lists
2011-12-26 Eli Benderskylazy parsing of CUs
2011-12-26 Eli Benderskysimple refactoring of DWARF expr descriptions to enable...
2011-12-18 Eli Benderskysome cosmetic changes + updating README
2011-12-16 Eli Benderskyfixed previous problem
2011-12-16 Eli BenderskyAdded new test file and fixing some problems related...
2011-12-16 Eli Benderskyadded some documentation to callframe.py
2011-12-16 Eli Benderskyfixed a bug in taking the last line from CIE to first...
2011-12-16 Eli Benderskyreadelf --debug-dump=frames-interp initial implementati...
2011-12-15 Eli Benderskystarted implementing debug-dump=frames-interp
2011-12-15 Eli Benderskydecoding seems to somewhat work. some unit tests pass
2011-12-15 Eli Benderskysome unit tests for describe_CFI_instructions
2011-12-14 Eli Benderskycompleted descriptions of --debug-info=frames. readelf...
2011-12-12 Eli Benderskystarted implementing dumping --debug-dump=frames
2011-12-12 Eli Benderskyimplemented decoding of the CIE object associated with...
2011-12-11 Eli Benderskystarting tests for callframes
2011-12-10 Eli Benderskyfixed default address size passing from ELFFile to...
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-09 Eli BenderskyImplement register name decoding in descriptions. This...
2011-12-09 Eli BenderskyPass configuration from ELFFile to DWARFInfo via a...
2011-12-07 Eli Benderskysome documentation improvements
2011-12-07 Eli Benderskysome documentation for the dwarf_expr module
2011-12-07 Eli Benderskyrenamed 'location expression' to the more general ...
2011-12-07 Eli Benderskyrenamed 'location expression' to the more general ...
2011-12-07 Eli Benderskyusing RepeatUntilExcluding for the Dwarf_abbrev_declara...
2011-12-06 Eli Benderskychanged line program entries to contain commands and...
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-12-02 Eli Benderskyadded Dwarf_lineprog_header struct, with some rudimenta...
2011-11-27 Eli Benderskysome performance improvements
next