关于
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.
主要功能
- 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
使用案例
- Debugging code with natural language assistance (e.g., Claude)
- Analyzing program crashes using core dumps
- Automating debugging tasks with AI