drgn/tests
Omar Sandoval 72b4aa9669 libdrgn: clean up object initialization
Rename struct drgn_object_type to struct drgn_operand_type, add a new
struct drgn_object_type which contains all of the type-related fields
from struct drgn_object, and use it to implement drgn_object_type() and
drgn_object_type_operand(), which are replacements for
drgn_object_set_common() and drgn_object_type_encoding_and_size(). This
cleans up a lot of the boilerplate around initializing objects.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2021-02-19 17:43:14 -08:00
..
helpers Remove register numbers from API and add register aliases 2021-01-28 17:47:45 -08:00
__init__.py Add support for C++ template parameters 2021-01-08 17:39:51 -08:00
dwarf.py Add DW_LANG to generated dwarf.py 2020-02-26 19:55:42 -08:00
dwarfwriter.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
elf.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
elfwriter.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
libdrgn.py Format imports with isort 2020-08-20 16:55:07 -07:00
test_docs.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_dwarf.py libdrgn: remove half-baked support for complex types 2021-02-17 14:56:33 -08:00
test_language_c.py libdrgn: remove half-baked support for complex types 2021-02-17 14:56:33 -08:00
test_lexer.py Format imports with isort 2020-08-20 16:55:07 -07:00
test_object.py libdrgn: clean up object initialization 2021-02-19 17:43:14 -08:00
test_path.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_platform.py Remove register numbers from API and add register aliases 2021-01-28 17:47:45 -08:00
test_program.py libdrgn/python: remove Type == operator 2020-12-22 03:11:38 -08:00
test_python.py Format imports with isort 2020-08-20 16:55:07 -07:00
test_serialize.py Format imports with isort 2020-08-20 16:55:07 -07:00
test_type.py libdrgn: remove half-baked support for complex types 2021-02-17 14:56:33 -08:00
test_util.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00