pwndbg_command_batch
Batch multiple pwndbg/LLDB commands into one call to avoid separate MCP round-trips for sequential debugging operations.
Instructions
Execute multiple LLDB/pwndbg commands sequentially in a single call.
This avoids multiple MCP round-trips for setup operations like setting several breakpoints, configuring settings, or running a sequence of inspection commands.
Args: session_id: The UUID of the session. commands: List of command strings to execute in order.
Returns: Combined output from all commands, with clear separators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| commands | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |