gdb_wait
Poll the debug target to detect when it stops after a timed-out continue or step, returning the halt reason such as breakpoint, signal, or finished stepping.
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) |