From 9074667a8583b33ff1b9590232c15e67f2d1d607 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Fri, 1 Apr 2022 10:22:08 +0100 Subject: gdb/arm: Define MSP and PSP registers for M-Profile This patch removes the hardcoded access to PSP in arm_m_exception_cache() and relies on the definition with the XML descriptions. Signed-off-by: Christophe Lyon Signed-off-by: Christophe Lyon --- gdb/arch/arm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/arch/arm.h') diff --git a/gdb/arch/arm.h b/gdb/arch/arm.h index 755391f..0728bea 100644 --- a/gdb/arch/arm.h +++ b/gdb/arch/arm.h @@ -105,6 +105,7 @@ enum arm_m_profile_type { ARM_M_TYPE_VFP_D16, ARM_M_TYPE_WITH_FPA, ARM_M_TYPE_MVE, + ARM_M_TYPE_SYSTEM, ARM_M_TYPE_INVALID }; -- cgit v1.1