get_all_cores_state
Retrieve the execution state of all CPU cores, including running/stopped status and program counter values, to understand the global system state in multicore debugging.
Instructions
Get the execution state of all CPU cores.
Queries each core's running/stopped status and PC value. Useful in multicore debugging to understand the global system state.
Returns: Table showing state of each core
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |