LLDB CLI Skill Use this CLI to run structured LLDB debugging workflows with JSON output. Capabilities - Create debug target from executable path - Launch process or attach by pid/name - Manage breakpoints (set/list/delete/enable/disable) - Inspect threads, frames, locals, and backtrace - Evaluate expressions in current frame - Read/find process memory - Load core dumps - Interactive REPL with persistent session state - Formal stdio Debug Adapter Protocol server for AI/editor clients Quick Commands Debug Adapter Protocol Use the DAP entry point when an AI client needs a real debug adapter life…