target/armv7m,cortex_m: introduce checked arch_info cast routines
authorTomas Vanek <vanekt@fbl.cz>
Wed, 24 Nov 2021 21:11:13 +0000 (22:11 +0100)
committerTomas Vanek <vanekt@fbl.cz>
Fri, 25 Feb 2022 19:56:41 +0000 (19:56 +0000)
commite4ba76a003ce4a2336eade806a04a278c376d0b6
tree2ce7b1a03e31c6ab4f4235bc5051b6fb8effb149
parent10b5ac9ccb2b51b5aad01e4cb02be84fea3ebc62
target/armv7m,cortex_m: introduce checked arch_info cast routines

target_to_armv7m() and target_to_cm() do not match the magic number
so they are not suitable for use outside of target driver code.

Add checked versions of pointer getters. Match the magic number
to ensure the returned value points to struct of the correct type.

Change-Id: If90ef7e969ef04f0f2103e0da29dcbe8e1ac1c0d
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: https://review.openocd.org/c/openocd/+/6750
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/target/armv7m.h
src/target/cortex_m.h