Axiom Lldb Ref

🌐Community
by charleswiltgen · vlatest · Repository

This skill provides a streamlined reference for Axiom and LLDB debugging commands, accelerating troubleshooting and diagnostics.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add axiom-lldb-ref npx -- -y @trustedskills/axiom-lldb-ref
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "axiom-lldb-ref": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/axiom-lldb-ref"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The axiom-lldb-ref skill enables AI agents to interact with LLDB, a powerful command-line debugger for C and C++ development. It allows agents to execute debugging commands directly within the Axiom environment to inspect running processes and analyze code execution states.

When to use it

  • Debugging complex C/C++ applications where standard logs are insufficient.
  • Inspecting memory addresses, variable values, or call stacks during runtime failures.
  • Automating repetitive debugging tasks in a CI/CD pipeline for native codebases.
  • Analyzing core dumps or crash reports to identify root causes programmatically.

Key capabilities

  • Direct execution of LLDB commands via the Axiom interface.
  • Real-time inspection of process memory and register states.
  • Integration with existing C/C++ development workflows in the Axiom ecosystem.

Example prompts

  • "Run thread backtrace on the currently attached process to show the call stack."
  • "Print the value of the variable buffer_size at address 0x7fff5fbff8e0."
  • "Check if the process is stopped and list all active threads."

Tips & gotchas

Ensure you have a valid LLDB session attached to a target process before attempting to run inspection commands, as some operations require an active breakpoint or specific thread context.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
charleswiltgen
Installs
33

🌐 Community

Passed automated security scans.