From 65a550468cf2da301df0fee385ff42574a240736 Mon Sep 17 00:00:00 2001 From: Tiezhu Yang Date: Thu, 29 Feb 2024 16:39:08 +0800 Subject: [PATCH] gdb: syscalls: Generate loongarch-linux.xml Make use of the command "make" to generate loongarch-linux.xml from loongarch-linux.xml.in. Like this: $ git clone https://sourceware.org/git/binutils-gdb.git gdb.git $ cd gdb.git/gdb/syscalls/ $ make Signed-off-by: Tiezhu Yang Approved-By: John Baldwin --- gdb/syscalls/loongarch-linux.xml | 327 +++++++++++++++++++++++++++++++ 1 file changed, 327 insertions(+) create mode 100644 gdb/syscalls/loongarch-linux.xml diff --git a/gdb/syscalls/loongarch-linux.xml b/gdb/syscalls/loongarch-linux.xml new file mode 100644 index 00000000000..91e7bbc9691 --- /dev/null +++ b/gdb/syscalls/loongarch-linux.xml @@ -0,0 +1,327 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.3