pwndbg_backtrace
Show the call stack backtrace for a given debug session. Optionally include all library frames or set a frame count limit.
Instructions
Show call stack backtrace (LLDB native).
Args: session_id: The UUID of the session. full: If True, show all frames including library frames. limit: Optional limit on frame count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| full | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |