aboutsummaryrefslogtreecommitdiff
path: root/gdb-xml/microblaze-stack-protect.xml
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2022-12-30 07:54:58 -0800
committerRichard Henderson <richard.henderson@linaro.org>2023-02-21 08:52:17 -1000
commitc3bef3b4de8e60affa6aa3a46dcfcf3bd09459a1 (patch)
treedda15fb9ce0a42ca9abb709bc964d4bee1000b06 /gdb-xml/microblaze-stack-protect.xml
parentd7d5601c788b7972d7e62ce2e8af4587db9e2da1 (diff)
target/microblaze: Add gdbstub xml
Mirroring the upstream gdb xml files, the two stack boundary registers are separated out. Reviewed-by: Edgar E. Iglesias <edgar@zeroasic.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'gdb-xml/microblaze-stack-protect.xml')
-rw-r--r--gdb-xml/microblaze-stack-protect.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb-xml/microblaze-stack-protect.xml b/gdb-xml/microblaze-stack-protect.xml
new file mode 100644
index 0000000000..997301e8a2
--- /dev/null
+++ b/gdb-xml/microblaze-stack-protect.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2008 Free Software Foundation, Inc.
+
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved. -->
+
+<!DOCTYPE feature SYSTEM "gdb-target.dtd">
+<feature name="org.gnu.gdb.microblaze.stack-protect">
+ <reg name="rslr" bitsize="32"/>
+ <reg name="rshr" bitsize="32"/>
+</feature>