LLDB is the debugger developed as part of the LLVM project. It is probably most known as the debugger in Xcode, but many use it as an alternative to GDB. Scripting in LLDBOne thing that makes LLDB really powerful is how scriptable it is. It has a stable C++ API,