xref: /freebsd/contrib/llvm-project/lldb/docs/python_api.rst (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
1LLDB Python API
2================================
3
4..
5  The long list of "skip" filters out several global functions that are
6  generated by SWIG (but which are not useful as they are only the
7  backend for their respective static functions in the classes).
8.. automodapi:: lldb
9  :no-inheritance-diagram:
10  :skip: command
11  :skip: declaration
12  :skip: in_range
13  :skip: is_numeric_type
14  :skip: lldb_iter
15