drgn/tests
Omar Sandoval 0c5df56fba libdrgn: replace symbol index with object index
struct drgn_symbol doesn't really represent a symbol; it's just an
object which hasn't been fully initialized (see c2be52dff0 ("libdrgn:
rename object index to symbol index"), it used to be called a "partial
object"). For stack traces, we're going to have a notion of a symbol
that more closely represents an ELF symbol, so let's get rid of the
temporary struct drgn_symbol representation and just return an object
directly.
2019-07-29 17:04:47 -07:00
..
__init__.py libdrgn: replace symbol index with object index 2019-07-29 17:04:47 -07:00
dwarf.py Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
dwarfwriter.py libdrgn: use libdwfl 2019-07-15 12:27:48 -07:00
elf.py libdrgn: make program components pluggable 2019-05-10 12:41:07 -07:00
elfwriter.py libdrgn: make program components pluggable 2019-05-10 12:41:07 -07:00
libdrgn.py libdrgn: python: make set_drgn_error() return void * 2019-07-28 00:58:36 -07:00
test_docs.py tests: test that Python documentation renders 2019-07-24 11:01:35 -07:00
test_dwarf.py libdrgn: python: get rid of Program._symbol() 2019-07-29 17:04:47 -07:00
test_language_c.py libdrgn: make program components pluggable 2019-05-10 12:41:07 -07:00
test_lexer.py Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
test_object.py libdrgn: replace symbol index with object index 2019-07-29 17:04:47 -07:00
test_path.py libdrgn: make program components pluggable 2019-05-10 12:41:07 -07:00
test_program.py libdrgn: replace symbol index with object index 2019-07-29 17:04:47 -07:00
test_serialize.py Fix some linter errors 2019-04-11 15:51:20 -07:00
test_type.py libdrgn: python: only repr() one level of type members 2019-07-27 15:04:31 -07:00