xref: /freebsd/contrib/llvm-project/lldb/docs/python_api.rst (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
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