edb_get_stop_reason
Determine why the debugged process halted—breakpoint, signal, step, or other reason. Checks program state and thread status to return a clear stop reason description.
Instructions
Determine why the process stopped (breakpoint, signal, step, etc.). Equivalent to EDB's status bar showing stop reason. Checks GDB's program state and thread status.
Returns: str: Stop reason description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |