2012-01-06 |
Eli Bendersky | minor tweaks + new tag for release |
commit | commitdiff | tree |
2012-01-06 |
Eli Bendersky | Added tag v0.10 for changeset b1c15add0da8 |
commit | commitdiff | tree |
2011-12-29 |
Eli Bendersky | added parsing of .debug_ranges v0.10 |
commit | commitdiff | tree |
2011-12-28 |
Eli Bendersky | updated MANIFEST and tox to include and run example... |
commit | commitdiff | tree |
2011-12-28 |
Eli Bendersky | initial version of example tests |
commit | commitdiff | tree |
2011-12-28 |
Eli Bendersky | a bit of refactoring in the test/ dir + completed... |
commit | commitdiff | tree |
2011-12-28 |
Eli Bendersky | location lists kinda working. need more docs & readelf... |
commit | commitdiff | tree |
2011-12-27 |
Eli Bendersky | a bit progress on locationlists |
commit | commitdiff | tree |
2011-12-27 |
Eli Bendersky | basic preparations for parsing location lists |
commit | commitdiff | tree |
2011-12-26 |
Eli Bendersky | lazy parsing of CUs |
commit | commitdiff | tree |
2011-12-26 |
Eli Bendersky | simple refactoring of DWARF expr descriptions to enable... |
commit | commitdiff | tree |
2011-12-25 |
Eli Bendersky | another example |
commit | commitdiff | tree |
2011-12-24 |
Eli Bendersky | made all tests run with Python 2.6 that has unittest2... |
commit | commitdiff | tree |
2011-12-24 |
Eli Bendersky | fix setup.py; add verbose mode (off by default) and... |
commit | commitdiff | tree |
2011-12-23 |
Eli Bendersky | fixed setup script to include internal packages as... |
commit | commitdiff | tree |
2011-12-22 |
Eli Bendersky | MANIFEST tweaks + arranging examples to find elftools... |
commit | commitdiff | tree |
2011-12-22 |
Eli Bendersky | added basic TODO with distribution checklist |
commit | commitdiff | tree |
2011-12-22 |
Eli Bendersky | initial addition of files needed for setup |
commit | commitdiff | tree |
2011-12-22 |
Eli Bendersky | documentation fixes + new examples |
commit | commitdiff | tree |
2011-12-22 |
Eli Bendersky | updated README |
commit | commitdiff | tree |
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 |
next |