drgn/libdrgn/python
Omar Sandoval da0280016c libdrgn: python: identify bit fields in TypeMember.__repr__
If a member is a bit field, then we should format it with the underlying
Object so that it shows the bit field size.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2021-03-17 12:02:53 -07:00
..
drgnpy.h Fix some include-what-you-use warnings and update for Bear 3 2021-02-26 16:05:49 -08:00
error.c libdrgn: rename "unavailable" objects to "absent" objects 2020-12-29 14:58:26 -08:00
helpers.c libdrgn: python: define Py_RETURN_BOOL 2021-01-28 11:35:09 -08:00
language.c Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
module.c Remove register numbers from API and add register aliases 2021-01-28 17:47:45 -08:00
object.c libdrgn: python: add missing function name to Object.format_() exceptions 2021-03-08 14:27:33 -08:00
platform.c Remove register numbers from API and add register aliases 2021-01-28 17:47:45 -08:00
program.c libdrgn: remove half-baked support for complex types 2021-02-17 14:56:33 -08:00
stack_trace.c libdrgn: replace elfutils DWARF unwinder with our own 2021-03-15 16:43:12 -07:00
symbol.c libdrgn: python: define Py_RETURN_BOOL 2021-01-28 11:35:09 -08:00
test.c Clean up #includes with include-what-you-use 2020-09-23 16:29:42 -07:00
type.c libdrgn: python: identify bit fields in TypeMember.__repr__ 2021-03-17 12:02:53 -07:00
util.c Fix some include-what-you-use warnings and update for Bear 3 2021-02-26 16:05:49 -08:00