Lldb
Enables AI-assisted debugging workflows by integrating the LLDB debugger with Claude's Model Context Protocol (MCP).
소개
LLDB-MCP integrates the LLDB debugger with Claude's Model Context Protocol (MCP), empowering users to leverage AI for debugging tasks. It provides a suite of commands that allow Claude to initiate, manage, and interact with LLDB debugging sessions directly. This integration offers capabilities such as starting and managing LLDB sessions, loading programs, setting breakpoints, controlling execution, inspecting memory, and analyzing stack traces, ultimately enabling a more efficient and intuitive debugging experience.
주요 기능
- Fine-grained control over program execution
- Thread and stack frame inspection
- Execute arbitrary LLDB commands
- Memory examination and disassembly
- 2 GitHub stars
- Create and manage multiple LLDB debugging sessions
사용 사례
- AI-assisted debugging
- Automated buffer overflow debugging
- Post-mortem analysis of core dump files