LLDB
Createdankur106
Provides LLDB debugging functionality for use with Claude or other AI assistants.
About
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.
Key Features
- Start and manage LLDB debugging sessions
- 0 GitHub stars
- Load programs and core dumps for analysis
- Set breakpoints and step through code
- Examine memory, view call stacks, variables, and registers
- Execute arbitrary LLDB commands
Use Cases
- Debugging code with natural language assistance (e.g., Claude)
- Analyzing program crashes using core dumps
- Automating debugging tasks with AI