|
From: openocd-gerrit <ope...@us...> - 2023-08-26 11:41:02
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via c213ffe85fc6bfb5e199fa9ed994f8984c4cf0c9 (commit)
from c76e30c8bc2c1c14c06b18e66fd211c64835dbe4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c213ffe85fc6bfb5e199fa9ed994f8984c4cf0c9
Author: Bruno Mendes <bd_...@ou...>
Date: Tue Aug 8 15:19:41 2023 +0100
rtos/zephyr: arm: fetch arm exc return offset
Since zephyrproject-rtos/zephyr@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.
Signed-off-by: Bruno Mendes <bd_...@ou...>
Change-Id: Id53ebd80c5d98a7d94eb6b00ad638ce51e719822
Reviewed-on: https://review.openocd.org/c/openocd/+/7851
Reviewed-by: Antonio Borneo <bor...@gm...>
Tested-by: jenkins
diff --git a/src/rtos/zephyr.c b/src/rtos/zephyr.c
index 934a8dd1c..a4c60904b 100644
--- a/src/rtos/zephyr.c
+++ b/src/rtos/zephyr.c
@@ -57,6 +57,7 @@ enum zephyr_offsets {
OFFSET_T_ARCH,
OFFSET_T_PREEMPT_FLOAT,
OFFSET_T_COOP_FLOAT,
+ OFFSET_T_ARM_EXC_RETURN,
OFFSET_MAX
};
-----------------------------------------------------------------------
Summary of changes:
src/rtos/zephyr.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Main OpenOCD repository
|