mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 09:43:06 +00:00
baba1ff3f0
Currently, programs can be created for three main use-cases: core dumps, the running kernel, and a running process. However, internally, the program memory, types, and symbols are pluggable. Expose that as a callback API, which makes it possible to use drgn in much more creative ways. |
||
---|---|---|
.. | ||
docstrings.h | ||
drgnpy.h | ||
error.c | ||
module.c | ||
object.c | ||
program.c | ||
symbol.c | ||
test.c | ||
type.c | ||
util.c |