2011-12-20 |
Eli Bendersky | some doc updates |
commit | commitdiff | tree |
2011-12-18 |
Eli Bendersky | fix ReST links in README |
commit | commitdiff | tree |
2011-12-18 |
Eli Bendersky | updated README |
commit | commitdiff | tree |
2011-12-18 |
Eli Bendersky | some cosmetic changes + updating README |
commit | commitdiff | tree |
2011-12-17 |
Eli Bendersky | adding license + some filename cleanup |
commit | commitdiff | tree |
2011-12-17 |
Eli Bendersky | update unittest runner |
commit | commitdiff | tree |
2011-12-17 |
Eli Bendersky | cleanup |
commit | commitdiff | tree |
2011-12-17 |
Eli Bendersky | renamed 'tests' dir to 'test' |
commit | commitdiff | tree |
2011-12-16 |
Eli Bendersky | changed file permissions |
commit | commitdiff | tree |
2011-12-16 |
Eli Bendersky | fixed previous problem |
commit | commitdiff | tree |
2011-12-16 |
Eli Bendersky | Added new test file and fixing some problems related... |
commit | commitdiff | tree |
2011-12-16 |
Eli Bendersky | more horrible hacks to run_readelf_tests to pass with... |
commit | commitdiff | tree |
2011-12-16 |
Eli Bendersky | added test file (clang-compiled). fixed readelf handlin... |
commit | commitdiff | tree |
2011-12-16 |
Eli Bendersky | added some documentation to callframe.py |
commit | commitdiff | tree |
2011-12-16 |
Eli Bendersky | fixed a bug in taking the last line from CIE to first... |
commit | commitdiff | tree |
2011-12-16 |
Eli Bendersky | readelf --debug-dump=frames-interp initial implementati... |
commit | commitdiff | tree |
2011-12-15 |
Eli Bendersky | started implementing debug-dump=frames-interp |
commit | commitdiff | tree |
2011-12-15 |
Eli Bendersky | decoding seems to somewhat work. some unit tests pass |
commit | commitdiff | tree |
2011-12-15 |
Eli Bendersky | decoding seems to somewhat work. some unit tests pass |
commit | commitdiff | tree |
2011-12-15 |
Eli Bendersky | some unit tests for describe_CFI_instructions |
commit | commitdiff | tree |
2011-12-14 |
Eli Bendersky | completed descriptions of --debug-info=frames. readelf... |
commit | commitdiff | tree |
2011-12-12 |
Eli Bendersky | started implementing dumping --debug-dump=frames |
commit | commitdiff | tree |
2011-12-12 |
Eli Bendersky | implemented decoding of the CIE object associated with... |
commit | commitdiff | tree |
2011-12-12 |
Eli Bendersky | added some more assertions to test_callframe.py |
commit | commitdiff | tree |
2011-12-11 |
Eli Bendersky | starting tests for callframes |
commit | commitdiff | tree |
2011-12-10 |
Eli Bendersky | fixed default address size passing from ELFFile to... |
commit | commitdiff | tree |
2011-12-10 |
Eli Bendersky | call frame instructions parsing kinda done. now need... |
commit | commitdiff | tree |
2011-12-09 |
Eli Bendersky | starting skeleton implementation of call frame parsing |
commit | commitdiff | tree |
2011-12-09 |
Eli Bendersky | Implement register name decoding in descriptions. This... |
commit | commitdiff | tree |
2011-12-09 |
Eli Bendersky | Pass configuration from ELFFile to DWARFInfo via a... |
commit | commitdiff | tree |
2011-12-07 |
Eli Bendersky | some documentation improvements |
commit | commitdiff | tree |
2011-12-07 |
Eli Bendersky | some documentation for the dwarf_expr module |
commit | commitdiff | tree |
2011-12-07 |
Eli Bendersky | renamed 'location expression' to the more general ... |
commit | commitdiff | tree |
2011-12-07 |
Eli Bendersky | renamed 'location expression' to the more general ... |
commit | commitdiff | tree |
2011-12-07 |
Eli Bendersky | using RepeatUntilExcluding for the Dwarf_abbrev_declara... |
commit | commitdiff | tree |
2011-12-07 |
Eli Bendersky | added debug-dump=decodedline to readelf test suite |
commit | commitdiff | tree |
2011-12-06 |
Eli Bendersky | changed line program entries to contain commands and... |
commit | commitdiff | tree |
2011-12-04 |
Eli Bendersky | starting running decodedline vs. readelf, most things... |
commit | commitdiff | tree |
2011-12-04 |
Eli Bendersky | small fixes to lineprogram + unit tests + new unittest... |
commit | commitdiff | tree |
2011-12-03 |
Eli Bendersky | after cleanup and fixing, it actually shows signs of... |
commit | commitdiff | tree |
2011-12-03 |
Eli Bendersky | changed the method to obtain line programs - now per CU |
commit | commitdiff | tree |
2011-12-02 |
Eli Bendersky | moving on with line program stuffz |
commit | commitdiff | tree |
2011-12-02 |
Eli Bendersky | laziness FTW |
commit | commitdiff | tree |
2011-12-02 |
Eli Bendersky | some API cleanups + added lineprogram |
commit | commitdiff | tree |
2011-12-02 |
Eli Bendersky | added Dwarf_lineprog_header struct, with some rudimenta... |
commit | commitdiff | tree |
2011-11-28 |
Eli Bendersky | merge |
commit | commitdiff | tree |
2011-11-28 |
Eli Bendersky | further optimization of reading a cstring from a stream... |
commit | commitdiff | tree |
2011-11-27 |
eliben | added some more exceptions to the test runner, to accou... |
commit | commitdiff | tree |
2011-11-27 |
Eli Bendersky | some performance improvements |
commit | commitdiff | tree |
2011-11-26 |
Eli Bendersky | run normally by default, not in profiling mode |
commit | commitdiff | tree |
2011-11-26 |
Eli Bendersky | add caching to LocationExpressionDumper in _location_li... |
commit | commitdiff | tree |
2011-11-26 |
Eli Bendersky | cleanup + add profiling top-level function to readelf |
commit | commitdiff | tree |
2011-11-24 |
Eli Bendersky | fixes in readelf. added --debug-dump=info to the tests |
commit | commitdiff | tree |
2011-11-24 |
Eli Bendersky | it's alive, ALIVEhg sthg st! DWARF relocations seem... |
commit | commitdiff | tree |
2011-11-23 |
Eli Bendersky | still not working, but getting there. need to revise... |
commit | commitdiff | tree |
2011-11-23 |
Eli Bendersky | nothing works because we're in the middle of a relocati... |
commit | commitdiff | tree |
2011-11-19 |
Eli Bendersky | added extra description for DW_AT_import to conform... |
commit | commitdiff | tree |
2011-11-18 |
Eli Bendersky | the relocation manager for dwarf works! sdf |
commit | commitdiff | tree |
2011-11-18 |
Eli Bendersky | some code restructuring + initial version of dwarfreloc... |
commit | commitdiff | tree |
2011-11-18 |
Eli Bendersky | add __contains__ to construct's Container. this actuall... |
commit | commitdiff | tree |
2011-11-16 |
Eli Bendersky | merge & resolve conflicts from remote |
commit | commitdiff | tree |
2011-11-16 |
Eli Bendersky | fix the 'key to flags' text printed after section enume... |
commit | commitdiff | tree |
2011-11-14 |
eliben | small fixes to have formatting consistent with readelf |
commit | commitdiff | tree |
2011-11-06 |
eliben | added description for location_expr |
commit | commitdiff | tree |
2011-11-06 |
eliben | Added string dumping for location expressions, with... |
commit | commitdiff | tree |
2011-11-06 |
eliben | added basic visiting of all OPs in location_expr.Generi... |
commit | commitdiff | tree |
2011-10-27 |
Eli Bendersky | more work on location_expr |
commit | commitdiff | tree |
2011-10-27 |
Eli Bendersky | started location_expr, added unit tests. moved readelf... |
commit | commitdiff | tree |
2011-10-27 |
Eli Bendersky | added name field to AttributeValue |
commit | commitdiff | tree |
2011-10-27 |
Eli Bendersky | added name field to AttributeValue |
commit | commitdiff | tree |
2011-10-27 |
Eli Bendersky | mostly implemented extra information output for dwarf... |
commit | commitdiff | tree |
2011-10-26 |
eliben | more descriptions added for DWARF info |
commit | commitdiff | tree |
2011-10-26 |
eliben | added some basic description capabilities for DWARF... |
commit | commitdiff | tree |
2011-10-02 |
eliben | * start adding debug_dump=info to readelf.py |
commit | commitdiff | tree |
2011-10-02 |
eliben | docstring clarification for DWARFStructs |
commit | commitdiff | tree |
2011-10-02 |
eliben | unflattening the DIE tree by CU done - now DIEs have... |
commit | commitdiff | tree |
2011-09-26 |
eliben | CU will now parse all its DIEs (lazily, when any specif... |
commit | commitdiff | tree |
2011-09-25 |
Eli Bendersky | moved utils/ dir to tests/ |
commit | commitdiff | tree |
2011-09-25 |
Eli Bendersky | added a utils folder with elf_creator.c |
commit | commitdiff | tree |
2011-09-23 |
Eli Bendersky | * added new test file - an object compiled from C+... |
commit | commitdiff | tree |
2011-09-23 |
Eli Bendersky | fix detection of flag_after_symtable in compare_output... |
commit | commitdiff | tree |
2011-09-23 |
Eli Bendersky | * added another test file (real-life object file borrow... |
commit | commitdiff | tree |
2011-09-23 |
Eli Bendersky | * renamed test files to be consistent |
commit | commitdiff | tree |
2011-09-23 |
Eli Bendersky | merge |
commit | commitdiff | tree |
2011-09-23 |
Eli Bendersky | relocation output working in readelf comparison |
commit | commitdiff | tree |
2011-09-23 |
Eli Bendersky | fixed parsing of r_info field |
commit | commitdiff | tree |
2011-09-22 |
eliben | cleanup and cosmetics - for a healthy future!! er.... |
commit | commitdiff | tree |
2011-09-22 |
eliben | adding some useful attributes & method to DIE |
commit | commitdiff | tree |
2011-09-22 |
eliben | some refactoring. parsing a single DIE now appears... |
commit | commitdiff | tree |
2011-09-22 |
eliben | more preparations for full DIE parsing: |
commit | commitdiff | tree |
2011-09-22 |
Eli Bendersky | some fixes in relocation printing. INFO STILL PRINTED... |
commit | commitdiff | tree |
2011-09-21 |
eliben | * completed implementation of abbrevtable |
commit | commitdiff | tree |
2011-09-20 |
eliben | abbrev table almost functioning |
commit | commitdiff | tree |
2011-09-20 |
eliben | Started adding abbrev table stuff |
commit | commitdiff | tree |
2011-09-20 |
eliben | * DWARFInfo now doesn't receive a "dwarf class" argumen... |
commit | commitdiff | tree |
2011-09-20 |
Eli Bendersky | some more work towards relocations |
commit | commitdiff | tree |
2011-09-20 |
Eli Bendersky | adding _default_=Pass to elf enums |
commit | commitdiff | tree |
2011-09-19 |
eliben | * take DWARF stuff from ELFFile |
commit | commitdiff | tree |
2011-09-19 |
eliben | Implemented ELFFile.get_section_by_name and changed... |
commit | commitdiff | tree |
2011-09-19 |
eliben | Added dwarf/compileunit.py and dwarf/dwarfinfo.py and... |
commit | commitdiff | tree |
next |