gdb-cli

Community

Rapidly debug C/C++ crashes and core dumps via GDB

AuthorAvihusitton
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually debugging C/C++ crashes, core dumps, deadlocks, and memory issues requires correlating raw GDB output with source code, which is time-consuming and error-prone for developers. This skill automates that correlation to speed up root cause identification.

Core Features & Use Cases

  • Post-Mortem Crash Analysis: Load and analyze core dumps to pinpoint the exact line of code and variable state that caused a crash.
  • Live Process Debugging: Attach to running C/C++ processes to diagnose hangs, deadlocks, and memory leaks in real time.
  • Multi-Threaded Issue Resolution: Inspect all thread backtraces to identify race conditions and deadlock patterns in concurrent applications.
  • Use Case: A developer facing a random production server crash can use this skill to load the generated core dump, correlate the crash location with the relevant source code, and quickly identify a null pointer dereference as the root cause.

Quick Start

Use the gdb-cli skill to analyze the provided core dump file for the C++ application and identify the root cause of the crash.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: gdb-cli
Download link: https://github.com/Avihusitton/gil-therapy/archive/main.zip#gdb-cli

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 537,000+ vetted skills library on demand.