-

The LLDB API is contained in a python module named lldb. Help is available through the standard python help and documentation. To get an overview of the lldb python module you can execute the following command:

+

The LLDB API is contained in a python module named lldb documented here. The documentation is also accessible in an interactive debugger session with the following command:

(lldb) script help(lldb)
     Help on package lldb: