Programmable debugger
Go to file
Omar Sandoval 2c5c8c005a dwarfindex: parse abbreviation table separately from compilation unit
We don't need the abbreviation table until we are actually indexing the
CU, and we don't need it afterwards, so parse it in index_cu() and free
it before returning.
2018-03-31 15:29:30 -07:00
drgn dwarfindex: parse abbreviation table separately from compilation unit 2018-03-31 15:29:30 -07:00
tests dwarf: rewrite drgn.dwarf in pure Python 2018-03-26 01:51:20 -07:00
.gitignore dwarf: rewrite drgn.dwarf in pure Python 2018-03-26 01:51:20 -07:00
cli.py dwarf: rewrite DwarfIndex in pure C 2018-03-25 02:10:15 -07:00
generate_dwarf_constants.py dwarf: get rid of DWARF cdef enums 2018-03-25 14:39:37 -07:00
generate_elf_constants.py dwarf: rewrite DwarfIndex in pure C 2018-03-25 02:10:15 -07:00
generate_readwrite.py dwarf: rewrite DwarfIndex in pure C 2018-03-25 02:10:15 -07:00
setup.py dwarf: rewrite drgn.dwarf in pure Python 2018-03-26 01:51:20 -07:00