drgn/libdrgn/python
Omar Sandoval a98445c277 libdrgn: make type index pluggable with callbacks
Similar to "libdrgn: make memory reader pluggable with callbacks", we
want to support custom type indexes (imagine, e.g., using drgn to parse
a binary format). For now, this disables the dwarf index tests; we'll
have a better way to test them later, so let's not bother adding more
test scaffolding.
2019-05-06 14:55:34 -07:00
..
docstrings.h libdrgn: expose primitive type concept to public interface 2019-05-06 14:55:34 -07:00
drgnpy.h libdrgn: make type index pluggable with callbacks 2019-05-06 14:55:34 -07:00
error.c libdrgn/python: improve Python exception handling 2019-05-06 14:55:34 -07:00
memory_reader.c libdrgn: make memory reader pluggable with callbacks 2019-05-06 14:55:34 -07:00
module.c libdrgn: make type index pluggable with callbacks 2019-05-06 14:55:34 -07:00
object.c libdrgn: move member cache to type index 2019-05-06 14:55:34 -07:00
program.c libdrgn: make type index pluggable with callbacks 2019-05-06 14:55:34 -07:00
test.c libdrgn: make type index pluggable with callbacks 2019-05-06 14:55:34 -07:00
type_index.c libdrgn: make type index pluggable with callbacks 2019-05-06 14:55:34 -07:00
type.c libdrgn: make type index pluggable with callbacks 2019-05-06 14:55:34 -07:00
util.c Build Python bindings with automake 2019-04-03 17:00:53 -07:00