Move utilities from py3compat to utils
[pyelftools.git] / elftools / dwarf / callframe.py
2022-08-16 Eli BenderskyMove utilities from py3compat to utils
2022-08-16 Eli BenderskyRemove iter* utilities from py3compat and refactor...
2020-07-08 FishFix Python 2 support of FDE. (#323)
2020-07-07 Fishdwarf.CallFrameInfo: Support parsing LSDA pointers...
2020-03-28 Eli BenderskyClean up whitespace
2020-03-22 Seva AlekseyevGNU expressions (#303)
2020-03-13 Eli BenderskyMerge branch 'master' of github.com:eliben/pyelftools
2020-03-10 Pierre-Marie de... callframe.py: fix DW_EH_PE_absptr decoding (#295)
2019-07-30 Dmitry KoltunovFix for `CFIEntry.get_decoded()` (#232)
2018-03-06 emersionFix DW_CFA_remember_state (#184)
2018-01-20 emersionDo not crash if CIE doesn't define CFA (#177)
2017-08-29 Pierre-Marie de... Add parsing and readelf dumping for .eh_frame (#155)
2014-11-01 Eli BenderskyMerge pull request #56 from KarlVogel/mips-support
2014-10-30 Karl VogelBasic MIPS support
2013-05-25 Eli BenderskyMore DWARFv4 parsing goodness. Also added some hookups...
2013-01-07 Eli Benderskytrim trailing whitespace and reorganize a bit of comments
2013-01-07 Eli Benderskycleanups of trailing whitespace
2012-01-27 Eli Benderskyinitial efforts porting pyelftools to python 3. some...
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