read_registers
Reads all core registers (R0-R12, SP, LR, PC, xPSR) from a halted ARM Cortex-M target. Automatically halts the target if not already paused.
Instructions
读取 ARM Cortex-M CPU 所有核心寄存器。 目标需处于暂停状态(不暂停会自动暂停)。
Returns: 寄存器名称到值的映射,包括 R0-R12、SP、LR、PC、xPSR 等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |