Provides LLDB debugging functionality for use with Claude or other AI assistants.
LLDB allows you to start and manage LLDB debugging sessions, load programs and core dumps for analysis, set breakpoints, step through code, examine memory, view call stacks, variables, and registers, and execute arbitrary LLDB commands. It integrates with AI assistants like Claude via the Model Context Protocol (MCP), enabling natural language debugging workflows.
主な機能
01Start and manage LLDB debugging sessions
020 GitHub stars
03Load programs and core dumps for analysis
04Set breakpoints and step through code
05Examine memory, view call stacks, variables, and registers
06Execute arbitrary LLDB commands
ユースケース
01Debugging code with natural language assistance (e.g., Claude)