drgn/docs
Omar Sandoval e6abfeac03 libdrgn: debug_info: report userspace core dump debug info ourselves
There are a few reasons for this:

1. dwfl_core_file_report() crashes on elfutils 0.183-0.185. Those
   versions are still used by several distros.
2. In order to support --main-symbols and --symbols properly, we need to
   report things ourselves.
3. I'm considering moving away from libdwfl in the long term.

We provide an escape hatch for now: setting the environment variable
DRGN_USE_LIBDWFL_REPORT=1 opts out of drgn's reporting and uses
libdwfl's.

Fixes #130.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2021-12-08 12:11:10 -08:00
..
_static docs: document that Type == is not for type checking 2019-11-24 09:45:39 -08:00
case_studies docs: add a writeup of an investigation using stack trace variables 2021-06-09 01:52:10 -07:00
exts Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
advanced_usage.rst libdrgn: debug_info: report userspace core dump debug info ourselves 2021-12-08 12:11:10 -08:00
api_reference.rst libdrgn: python: Add binding, kind to drgn.Symbol 2021-08-20 18:16:57 -07:00
case_studies.rst docs: add a writeup of an investigation using stack trace variables 2021-06-09 01:52:10 -07:00
conf.py docs: disable sphinx.ext.viewcode 2021-11-03 15:58:11 -07:00
favicon.ico Add logo and favicon 2019-04-17 01:16:31 -07:00
getting_debugging_symbols.rst docs: document how to get debugging symbols 2021-11-02 17:48:36 -07:00
helpers.rst Add type hint stubs and generate documentation from them 2020-02-25 13:39:06 -08:00
index.rst docs: document how to get debugging symbols 2021-11-02 17:48:36 -07:00
installation.rst docs: expand and reorganize installation instructions 2021-11-03 16:18:22 -07:00
requirements.txt docs: set required Sphinx version for Read the Docs 2021-08-17 15:01:14 -07:00
user_guide.rst docs: improve stack trace documentation in user guide 2021-08-02 16:20:33 -07:00