From 9935155b74a35342b8dd142ed8053c0b1e77101d Mon Sep 17 00:00:00 2001 From: Zhiyuan Tang Date: Mon, 8 Dec 2025 17:32:05 +0800 Subject: [PATCH] gdb/arm: Include FType bit in EXC_RETURN pattern on v8m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit pulls in the GDB patch that includes the FType bit within the EXC_RETURN pattern for v8m targets without security extension. For v8m, the EXC_RETURN pattern — in the absence of the security extension — consists of FType, Mode, and SPSEL. These match the bit usage in v7m. This patch extends the list of patterns to include the FType bit, not just the Mode and SPSEL bits, for v8m targets without the security extension. Signed-off-by: Zhiyuan Tang --- gdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb b/gdb index a6a80212..7e6c6022 160000 --- a/gdb +++ b/gdb @@ -1 +1 @@ -Subproject commit a6a80212f75e7bb6ce0b6be1f99bfc13e62fefdf +Subproject commit 7e6c60228367272e9201aa55633c0a17f2b08674