Say which test file failed in readelf tests
[pyelftools.git] / test /
2022-06-16 Eli BenderskySay which test file failed in readelf tests
2022-06-16 Seva AlekseyevDWARF 5 operations and DWARF5 location lists (#418)
2022-06-13 Seva AlekseyevVersion 5 lineprogram header (#411)
2022-05-16 Seva AlekseyevStoring the offset of DWARF operations within the expre...
2022-05-10 Ronan DunklauImprove DWARF 5 compatibility. (#400)
2022-02-14 Andreas ZieglerAdd support for DT_RELR/SHT_RELR compressed relocation...
2021-12-15 Marco BonelliAdd support for note GNU_PROPERTY_X86_FEATURE_1_AND...
2021-12-10 Eli BenderskyRebuild readelf locally and add more instructions
2021-12-10 Eli BenderskyRun readelf tests in parallel by default
2021-12-10 Marco BonelliUpdate readelf to v2.37, adapt readelf.py output and...
2021-12-07 Marco BonelliAdd support for .note.gnu.property notes section (...
2021-10-25 Andreas ZieglerELFFile: allow filtering by segment type in iter_segmen...
2021-10-16 Karthikeyan Singar... Use assertEqual instead of assertEquals for Python...
2021-08-02 Lukas Dreselfixed parsing for structures containing uids or gids...
2021-05-27 William Woodruffdwarf: initial DWARFv5 support (#363)
2021-05-15 Nick Desaulniersinitial support for PPC64LE (#360)
2021-01-20 Kyle Zengfix wrong prpsinfo in 32bit coredump (#347)
2021-01-12 Andreas Zieglerdynamic.py: move logic around to allow symbol access...
2021-01-12 Andreas ZieglerELFFile: allow filtering of sections by type in iter_se...
2020-12-07 Jonathan Bruchimadded a method for returning the index of a section...
2020-10-27 Eli BenderskyAdd a bit more details to dwarf_pubnames_types example
2020-10-26 Andreas Zieglerhash.py: observe endianness when reading hashes (#338)
2020-10-01 Andreas Zieglerelf: support for ELF files with a large number of secti...
2020-09-23 Eli BenderskySet to run only on ubuntu because of readelf binary
2020-08-19 LeadroyaLAdd support for ARM exception handler ABI (#328)
2020-07-08 Eli BenderskyFix formatting and add comment in test
2020-07-08 FishFix the non-determinism in test_dwarf_expr. (#324)
2020-07-08 Eli BenderskyRevert "for sibling of form ref_addr, only sibling...
2020-07-08 sagibenfor sibling of form ref_addr, only sibling value should...
2020-07-07 Fishdwarf.CallFrameInfo: Support parsing LSDA pointers...
2020-06-09 Nick Desaulniersinitial support for aarch64 little endian (#318)
2020-06-01 William Woodruffdwarf/dwarf_expr: Add support for DW_OP_GNU_push_tls_ad...
2020-05-23 Patrick Gordonfix issue in aranges cu_offset_at_addr (#310)
2020-04-22 Milton D. Miller IICached random access to CUs and DIEs (#264)
2020-03-23 Seva AlekseyevSupport for --debug-dump=loc in readelf.py and in the...
2020-03-22 Eli BenderskyFix --parallel readelf test after previous commit
2020-03-22 Seva AlekseyevGNU expressions (#303)
2020-03-21 William WoodruffAdd support for DW_LNE_set_discriminator (#282)
2020-03-17 Pierre-Marie de... Enhance MIPS64 testing and simplify handling code for...
2020-03-14 Eli BenderskySimplify ExprDumper now that the expression parser...
2020-03-14 Eli BenderskyCache dispatch table between expr parses
2020-03-14 Eli BenderskyInitial commit of new expr parsing function.
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)
2020-03-09 Eli BenderskyRemove some unconditional printouts in unit tests
2020-03-09 Andreas Ziegler{GNU,}HashSection: Implement symbol lookup (#290)
2020-03-07 Andreas Zieglerreadelf: print addend for RELA relocations without...
2020-03-07 Andreas Zieglerreadelf.py: adapt section mapping output for .tbss...
2020-03-07 Seva AlekseyevDW_AT_const_value is not a location, take 2 (#277)
2020-03-07 Eli BenderskyReformat comments and a bit of test logic
2020-03-07 Audrey DutcherAdd resilience for degenerate cases present in files...
2020-03-07 Eli BenderskyReflow comments and clean 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 (...
2020-02-04 Eli BenderskyMove test file name to be included in distribution
2019-10-18 William Woodruffdwarf/die: Handle DW_FORM_flag_present in value transla...
2019-08-02 Anders DellienImproved handling of location information (#225)
2019-07-30 Dmitry KoltunovFix for `CFIEntry.get_decoded()` (#232)
2019-04-22 zephyrjAdd ability to parse the NT_FILE note found in core...
2019-03-19 Andreas ZieglerImprove symbol table handling in DynamicSegment (#219)
2019-03-16 Robert XiaoEnable parsing of relocations pointed to by DYNAMIC...
2019-02-16 Andreas ZieglerAlso decode strings in _DynamicStringTable.get_string...
2019-01-31 Vasily EFixup error on empty .debug_pubtypes section (#215)
2018-12-24 rvijaycAdded support for decoding .debug_pubtypes and .debug_p...
2018-12-20 Anders DellienSimplify handling of null DIEs (#209)
2018-10-04 Andreas ZieglerProvide enums for DT_FLAGS and DT_FLAGS_1 (#200)
2018-09-05 Eli BenderskyMove arm reloc test to proper location and simplify...
2018-09-05 Eli BenderskyRename input files for arm relocation test to be more...
2018-09-05 Eli BenderskyRedo the new arm reloc test as a proper unit test,...
2018-09-05 Dmitry KoltunovCall relocation for ARM V3 (#194)
2018-07-16 Frederik SdunHandle ARM relocations (#121)
2018-03-07 Eli BenderskyMerge branch 'master' of github.com:eliben/pyelftools
2018-03-06 Eli BenderskyAdd basic parallel execution capabilities to readelf...
2018-03-06 Eli BenderskyAdd timings for steps of execution in running these...
2018-03-06 Eli BenderskySwitch run_readelf_tests to use argparse instead of...
2018-03-06 emersionFix DW_CFA_remember_state (#184)
2018-02-23 Audrey DutcherChoose members of the dynamic tag enum based on the...
2018-02-23 Audrey DutcherConvert all ascii decoding to utf-8 decoding (#182)
2018-01-20 emersionDo not crash if CIE doesn't define CFA (#177)
2018-01-15 Eli BenderskyImplement e_machine-based section type decoding
2018-01-15 Eli BenderskyAdding a dict-merging utility
2018-01-09 Eli BenderskySome whitespace fixes
2018-01-05 Audrey DutcherDon't include 'meta-tag' markers in descriptions of...
2017-11-21 tyb0807ARM build attributes section parsing (#160)
2017-11-18 Eli BenderskyClean up some whitespace
2017-10-13 david942jFix - ELFFile#address_offsets should consider PT_LOAD...
2017-09-10 Pierre-Marie de... Update the shipped `readelf` (#157)
2017-08-30 Eli BenderskyClean up py3compat a bit and add some tests
2017-08-29 Pierre-Marie de... Add parsing and readelf dumping for .eh_frame (#155)
2017-08-18 Pierre-Marie de... Minor testsuite improvements (#154)
2017-08-17 Pierre-Marie de... Compressed sections (#152)
2017-07-02 Eli BenderskyCosmetic fixups
2017-07-02 Max AkhmedovBetter support for core dumps (in particular, fix issue...
2017-02-26 Eli BenderskyFix running tests on Travis
2017-02-26 Eli BenderskyRemove setup_syspath entirely
2017-02-26 Eli BenderskyRemove conditional unittest2 imports from tests
2017-02-25 Eli BenderskyReformat new test and add comment header
2017-02-25 PromyLOPhAdd .stab section parser (#137)
2016-10-26 Eli BenderskyCosmetic changes
2016-07-14 Eli BenderskyMerge pull request #108 from dorothychen/aranges
next