Programmable debugger
Go to file
Omar Sandoval acbf14d10c dwarf: rewrite DwarfIndex in pure C
Most of drgn.dwarf is not performance-sensitive, and the part that is
(DwarfIndex) can use some extra tuning which is easier to do in C rather
than Cython.
2018-03-25 02:10:15 -07:00
drgn dwarf: rewrite DwarfIndex in pure C 2018-03-25 02:10:15 -07:00
tests dwarf: rewrite DwarfIndex in pure C 2018-03-25 02:10:15 -07:00
.gitignore Rewrite in Cython 2017-08-28 21:16:43 -07:00
cli.py dwarf: rewrite DwarfIndex in pure C 2018-03-25 02:10:15 -07:00
generate_dwarf_constants.py dwarf: merge dwarfdefs into drgn.dwarf 2018-02-20 20:28:38 -08: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 DwarfIndex in pure C 2018-03-25 02:10:15 -07:00