pwndbg_breakpoint_list_parsed
Lists all breakpoints in a structured JSON format with id, address, module, hit count, and more, ensuring reliable parsing across different LLDB versions.
Instructions
List all breakpoints with structured, machine-parseable output.
Returns a JSON-formatted list of breakpoints, each with: id, name, address, module, resolved, hit_count, auto_continue, enabled
This is more reliable than parsing raw breakpoint list text output,
especially for module-relative breakpoints which have inconsistent
formatting across lldb versions.
Args: session_id: The UUID of the session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |