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