commit | fcaa1071d7921c4f7c7592a10ed7b84830ec8c49 | [log] [tgz] |
---|---|---|
author | Christophe Lyon <christophe.lyon@arm.com> | Fri Apr 01 10:21:58 2022 +0100 |
committer | Christophe Lyon <christophe.lyon@arm.com> | Wed Apr 27 15:18:17 2022 +0100 |
tree | 0f89661c8d52a54be61315da68e6b84f195809a9 | |
parent | 41b96eef5f1de451e5e95cca053df0550f66bbf5 [diff] |
gdb/arm: Fix prologue analysis to support vpush While working on adding support for Non-secure/Secure modes unwinding, I noticed that the prologue analysis lacked support for vpush, which is used for instance in the CMSE stub routine. This patch updates thumb_analyze_prologue accordingly, adding support for vpush of D-registers. Signed-off-by: Christophe Lyon <christophe.lyon@foss.st.com> Signed-off-by: Christophe Lyon <christophe.lyon@arm.com>