Summary
Add gdb-cli skill for AI-assisted GDB debugging.
Skill Details
Features
- Core dump analysis with millisecond-level response
- Live process attach debugging with non-stop mode support
- Source code correlation with runtime state inspection
- Multi-threaded debugging support
- Common debugging patterns (null pointer, deadlock, memory corruption)
- Structured JSON output for AI parsing
Prerequisites
- Python 3.6.8+
- GDB 9.0+ with Python support enabled
- Linux OS
Installation
pip install gdb-cli
Files Changed
gdb-cli/SKILL.md - Main skill definition
README.md - Added entry under "Development & Code Tools" section
Real Use Case
This skill is based on actual usage for debugging production C/C++ applications, particularly useful for:
- Post-mortem analysis of core dumps from production servers
- Debugging stuck/hung processes in production environments
- Investigating multi-threaded deadlocks in database systems
Closes #453
🤖 Generated with Claude Code