Automates LLDB debugging sessions with scripted breakpoint management and expression evaluation. Uses the LLDB Python SB API (lldb.SBDebugger, SBTarget, SBProcess) for programmatic debug control.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "LLDB Debug Session Automator"
slug: "lldb-debug-session-automator"
description: "Automates LLDB debugging sessions with scripted breakpoint management and expression evaluation. Uses the LLDB Python SB API (lldb.SBDebugger, SBTarget, SBProcess) for programmatic debug control."
verification: "security_reviewed"
source: "https://lldb.llvm.org/"
author: "LLVM Project"
category: "Developer Tools"
framework: "Custom Agents"
---
# LLDB Debug Session Automator
Automates LLDB debugging sessions with scripted breakpoint management and expression evaluation. Uses the LLDB Python SB API (lldb.SBDebugger, SBTarget, SBProcess) for programmatic debug control.
## Installation
Use the upstream install or setup path that matches your environment:
- $ git clone https://github.com/llvm/llvm-project.git
Requirements and caveats from upstream:
- Python Reference Toggle navigation of Python Reference
- Embedded Python Interpreter
- Python API Toggle navigation of Python API
Basic usage or getting-started notes:
- Tutorial
- GDB to LLDB command map
- Settings
- Source: https://lldb.llvm.org/
## Documentation
- https://lldb.llvm.org/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/lldb-debug-session-automator/)
No comments yet. Be the first to comment!