drgn/docs
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
..
_static Add logo and favicon 2019-04-17 01:16:31 -07:00
exts Document with Sphinx 2019-04-11 12:48:15 -07:00
advanced_usage.rst libdrgn: make load_debug_info() API saner 2019-05-13 15:04:27 -07:00
api_reference.rst libdrgn: replace symbol index with object index 2019-07-29 17:04:47 -07:00
conf.py Add logo and favicon 2019-04-17 01:16:31 -07:00
favicon.ico Add logo and favicon 2019-04-17 01:16:31 -07:00
helpers.rst Document with Sphinx 2019-04-11 12:48:15 -07:00
index.rst libdrgn: make program components pluggable 2019-05-10 12:41:07 -07:00
installation.rst docs: document Python 3 development header dependency 2019-05-03 10:23:02 -07:00
user_guide.rst doc: Drop -k and explanations on env -S 2019-06-18 08:22:06 -07:00