A
licenseA
qualityD
maintenanceProvides structured debugging capabilities through LLDB, enabling AI assistants to set breakpoints, inspect variables, analyze crashes, disassemble code, and evaluate expressions in C/C++ programs.
17
3
Apache 2.0
No user-submitted related servers found.
Scored across 19 tools
Each tool covers a distinct debugger operation (e.g., attach, backtrace, continue, examine memory, set breakpoint), with no overlaps. An agent can clearly differentiate them.
All tools follow a strict LLDB_VERB pattern with underscores, providing a predictable and uniform naming convention throughout.
19 tools cover a comprehensive set of debugger operations without being overwhelming. The scope matches the typical needs of an LLDB interface.
The tool set covers core workflows like breakpoints, stepping, memory/register inspection, and session management. Minor gaps exist (e.g., conditional breakpoints, watchpoints), but the surface is largely complete for standard debugging.