Programmable debugger
Go to file
Omar Sandoval 2bd81fd5fc coredump: push ELF/DWARF-specific logic out of Coredump
Instead, take callbacks for looking up variables and reading memory.
While we're at it, get rid of TypeFactory and instead implement its
methods as functions taking a DwarfIndex.
2018-04-05 00:52:00 -07:00
drgn coredump: push ELF/DWARF-specific logic out of Coredump 2018-04-05 00:52:00 -07:00
tests coredump: push ELF/DWARF-specific logic out of Coredump 2018-04-05 00:52:00 -07:00
.gitignore dwarf: rewrite drgn.dwarf in pure Python 2018-03-26 01:51:20 -07:00
cli.py coredump: push ELF/DWARF-specific logic out of Coredump 2018-04-05 00:52:00 -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 dwarfindex: use OpenMP to parallelize CU indexing 2018-04-02 00:33:23 -07:00