gdb_command
Execute raw GDB commands within a live debugging session and retrieve the output to inspect program state, set breakpoints, or step through code.
Instructions
Execute a raw gdb command within a session and return the output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| command | Yes | ||
| timeout_seconds | No |