drgn/tests
Omar Sandoval 55a9700435 libdrgn: python: accept integer-like arguments in more places
There are a few places (e.g., Program.symbol(), Program.read()) where it
makes sense to accept, e.g., a drgn.Object with integer type. Replace
index_arg() with a converter function and use it everywhere that we use
the "K" format for PyArg_Parse*.
2019-10-15 21:10:11 -07:00
..
__init__.py libdrgn: generalize architecture to platform 2019-08-02 00:11:56 -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 Get rid of DRGN_ERROR_{ELF,DWARF}_ERROR and FileFormatError 2019-08-15 15:03:42 -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: python: accept integer-like arguments in more places 2019-10-15 21:10:11 -07:00
test_path.py libdrgn: make program components pluggable 2019-05-10 12:41:07 -07:00
test_platform.py libdrgn: generalize architecture to platform 2019-08-02 00:11:56 -07:00
test_program.py libdrgn: generalize architecture to platform 2019-08-02 00:11:56 -07:00
test_python.py Add missing entries in drgn.__all__ 2019-10-03 16:50:00 -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