| commit | b0b23e06c3a2e3b92d6f12d99650c7d1cc5d939c | [log] [tgz] | 
|---|---|---|
| author | Torbjörn SVENSSON <torbjorn.svensson@foss.st.com> | Fri Nov 04 13:58:31 2022 +0100 | 
| committer | Torbjörn SVENSSON <torbjorn.svensson@foss.st.com> | Mon Nov 21 15:33:14 2022 +0100 | 
| tree | 4f8b1fdb626e7b193730118530c0a59fe871ec9a | |
| parent | 4d9fd8683fd48f081cb205afed07ba69f9aed134 [diff] | 
gdb/arm: Ensure that stack pointers are in sync For targets with secext, msp and psp can be seen as an alias for one of msp_s, msp_ns, psp_s or psp_ns. Without this patch, sp might be secure, but msp or psp is non-secure (this state can not happen in the hardware). Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>