gdb_raw_command
Execute raw GDB commands on a debug session to inspect or control program state, with restricted access to prevent unsafe operations.
Instructions
Execute a raw GDB command (with safety restrictions).
Blocked commands: shell, python, pipe, source.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session identifier. | |
| command | Yes | The GDB command to execute. |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |