The LLDB CLI Harness wraps the LLDB Python API into a Click-based CLI tool and debug adapter. It is designed for agent and script usage, providing stateful debugging workflows. It consists of two primary components:
cli-anything-lldb: Used for JSON CLI or REPL (interactive) workflows.cli-anything-lldb-dap: A stdio Debug Adapter Protocol (DAP) client for AI agents or editors.
Key features include direct import lldb integration, structured dictionary outputs for machine readability, and a formal single-session DAP server.