gdb_wait
Poll for a target stop after a continue or step that timed out. Returns the stop reason (breakpoint hit, signal, finished stepping) when the target halts.
Instructions
Poll for target stop after a continue/step that timed out. Returns the stop reason (breakpoint hit, signal, finished stepping, etc.) when the target halts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | How long to wait in ms (default 30000) |