gdb/arm: Include FType bit in EXC_RETURN pattern on v8m
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Wed, 23 Nov 2022 10:58:31 +0000 (11:58 +0100)
committerTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Wed, 23 Nov 2022 13:19:04 +0000 (14:19 +0100)
commit8db533e7d6d28db1be0ae4c95ddea7aa3a6224c8
tree3f6cdbbd75a67c06061eb71774f7ea2f2cb0e7df
parent9bd83c444e3c73ee44cd9e9ec6f7d94940e467f1
gdb/arm: Include FType bit in EXC_RETURN pattern on v8m

For v8m, the EXC_RETURN pattern, without security extension, consists of
FType, Mode and SPSEL.  These are the same bits that are used in v7m.
This patch extends the list of patterns to include also the FType bit
and not just Mode and SPSEL bits for v8m targets without security
extension.

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
gdb/arm-tdep.c