From c3bef3b4de8e60affa6aa3a46dcfcf3bd09459a1 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 30 Dec 2022 07:54:58 -0800 Subject: target/microblaze: Add gdbstub xml Mirroring the upstream gdb xml files, the two stack boundary registers are separated out. Reviewed-by: Edgar E. Iglesias Signed-off-by: Richard Henderson --- gdb-xml/microblaze-core.xml | 67 ++++++++++++++++++++++++++++++++++++ gdb-xml/microblaze-stack-protect.xml | 12 +++++++ 2 files changed, 79 insertions(+) create mode 100644 gdb-xml/microblaze-core.xml create mode 100644 gdb-xml/microblaze-stack-protect.xml (limited to 'gdb-xml') diff --git a/gdb-xml/microblaze-core.xml b/gdb-xml/microblaze-core.xml new file mode 100644 index 0000000..becf77c --- /dev/null +++ b/gdb-xml/microblaze-core.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdb-xml/microblaze-stack-protect.xml b/gdb-xml/microblaze-stack-protect.xml new file mode 100644 index 0000000..997301e --- /dev/null +++ b/gdb-xml/microblaze-stack-protect.xml @@ -0,0 +1,12 @@ + + + + + + + + -- cgit v1.1