openocd icon indicating copy to clipboard operation
openocd copied to clipboard

rtos/zephyr: arm: fetch arm exc return offset

Open bdmendes opened this issue 11 months ago • 1 comments

Since https://github.com/zephyrproject-rtos/zephyr/commit/c3eeae8, Zephyr OS exposes offset of mode_exc_return in the arch struct for ARM.

Accounting for this allows for consistency and enables logic with further offsets that may be added after this.

bdmendes avatar Aug 07 '23 09:08 bdmendes