mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 17:23:06 +00:00
docs: mention tools directory
This will need to be fleshed out in the future, but at least mention it to start.
This commit is contained in:
parent
e03563221d
commit
3b0988bd81
@ -39,7 +39,8 @@ Although other debuggers like `GDB <https://www.gnu.org/software/gdb/>`_ have
|
||||
scripting support, drgn aims to make scripting as natural as possible so that
|
||||
debugging feels like coding. This makes it well-suited for introspecting the
|
||||
complex, inter-connected state in large programs. It is also designed as a
|
||||
library that can be used for more purpose-built tools.
|
||||
library that can be used to build debugging and introspection tools; see the
|
||||
official `tools <https://github.com/osandov/drgn/tree/master/tools>`_.
|
||||
|
||||
drgn was developed for debugging the Linux kernel (as an alternative to the
|
||||
`crash <http://people.redhat.com/anderson/>`_ utility), but it can also debug
|
||||
|
@ -299,4 +299,5 @@ Next Steps
|
||||
|
||||
Refer to the :doc:`api_reference`. Look through the :doc:`helpers`. Browse
|
||||
through the official `examples
|
||||
<https://github.com/osandov/drgn/tree/master/examples>`_.
|
||||
<https://github.com/osandov/drgn/tree/master/examples>`_ and `tools
|
||||
<https://github.com/osandov/drgn/tree/master/tools>`_.
|
||||
|
Loading…
Reference in New Issue
Block a user