drgn/docs
Omar Sandoval 40004e5c8f libdrgn/python: add offsetof()
offsetof() can almost be implemented with Type.member(name).offset, but
that doesn't parse member designators. Add an offsetof() function that
does (and add drgn_type_offsetof() in libdrgn).

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2020-12-15 16:46:41 -08:00
..
_static docs: document that Type == is not for type checking 2019-11-24 09:45:39 -08:00
exts drgndoc: format __init__() signature separately from class 2020-12-14 12:29:17 -08:00
advanced_usage.rst libdrgn: add an environment variable to disable use of /proc/modules and /sys/module 2020-10-13 11:24:39 -07:00
api_reference.rst libdrgn/python: add offsetof() 2020-12-15 16:46:41 -08:00
conf.py Add type hint stubs and generate documentation from them 2020-02-25 13:39:06 -08:00
favicon.ico Add logo and favicon 2019-04-17 01:16:31 -07:00
helpers.rst Add type hint stubs and generate documentation from them 2020-02-25 13:39:06 -08:00
index.rst libdrgn: make program components pluggable 2019-05-10 12:41:07 -07:00
installation.rst Generate version.py instead of using pkg_resources 2020-10-20 02:40:16 -07:00
user_guide.rst libdrgn: add concept of "unavailable" objects 2020-12-04 13:58:19 -08:00