mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 09:43:06 +00:00
97e604c05c
The lldwarf/drgn.dwarf split wasn't working out too well, and moving all of drgn.dwarf into lldwarf (by rewriting it into C) would be way too much work. Instead, use Cython, which results in a parser which is just as fast but with much cleaner code overall. It also turns out lldwarf wasn't doing GC right, so the switch also fixed that.
11 lines
95 B
Plaintext
11 lines
95 B
Plaintext
__pycache__
|
|
*.pyc
|
|
*.o
|
|
*.so
|
|
/build
|
|
/drgn.egg-info
|
|
/coverage.info
|
|
/out
|
|
/drgn/dwarf.c
|
|
/drgn/elf.c
|