1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
drgn
====
.. include:: ../README.rst
:start-after: start-introduction
:end-before: end-introduction
In addition to the main Python API, an experimental C library, ``libdrgn``, is
also available.
See the :doc:`installation` instructions. Then, start with the
:doc:`user_guide`.
.. include:: ../README.rst
:start-after: start-for-index
:end-before: end-for-index
Acknowledgements
----------------
drgn is named after `this
<https://giraffesgiraffes.bandcamp.com/track/drgnfkr-2>`_ because dragons eat
`dwarves <http://dwarfstd.org/>`_.
Table of Contents
-----------------
.. toctree::
:caption: Using drgn
:maxdepth: 3
installation
user_guide
advanced_usage
getting_debugging_symbols
.. toctree::
:caption: Tutorials
:maxdepth: 3
tutorials
case_studies
.. toctree::
:caption: Reference
:maxdepth: 3
api_reference
helpers
commands
crash_compatibility
man_pages
support_matrix
release_highlights
|