aboutsummaryrefslogtreecommitdiff
path: root/gdb/syscalls/ppc-linux.xml
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2022-05-18 11:56:32 +0200
committerTom de Vries <tdevries@suse.de>2022-05-18 11:56:32 +0200
commit192257c998507f8a6ad9a85394b4fd4c627552cb (patch)
tree37fd38f08323f5f480392cbb333c1616cc51e32e /gdb/syscalls/ppc-linux.xml
parente1e15284481896505eab0cbc556f2348ef8fffbf (diff)
downloadgdb-192257c998507f8a6ad9a85394b4fd4c627552cb.zip
gdb-192257c998507f8a6ad9a85394b4fd4c627552cb.tar.gz
gdb-192257c998507f8a6ad9a85394b4fd4c627552cb.tar.bz2
[gdb/tdep] Add gdb/syscalls/update-linux-from-src.sh
Add a new script gdb/syscalls/update-linux-from-src.sh, that can be used to generate *-linux.xml.in files from linux kernel sources, like so: ... $ ./update-linux-from-src.sh ~/upstream/linux-stable.git Skipping aarch64-linux.xml.in, no syscall.tbl Generating amd64-linux.xml.in Skipping arm-linux.xml.in, use arm-linux.py instead Skipping bfin-linux.xml.in, no longer supported Generating i386-linux.xml.in Generating mips-n32-linux.xml.in Generating mips-n64-linux.xml.in Generating mips-o32-linux.xml.in Generating ppc64-linux.xml.in Generating ppc-linux.xml.in Generating s390-linux.xml.in Generating s390x-linux.xml.in Generating sparc64-linux.xml.in Generating sparc-linux.xml.in ... Update *-linux.xml.in and *-linux.xml using linux kernel tag v5.18-rc6.
Diffstat (limited to 'gdb/syscalls/ppc-linux.xml')
-rw-r--r--gdb/syscalls/ppc-linux.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/syscalls/ppc-linux.xml b/gdb/syscalls/ppc-linux.xml
index 34ba8bd..967a6cd 100644
--- a/gdb/syscalls/ppc-linux.xml
+++ b/gdb/syscalls/ppc-linux.xml
@@ -7,7 +7,7 @@
notice and this notice are preserved. -->
<!-- This file was generated using the following file:
- <sys/syscall.h>
+ arch/powerpc/kernel/syscalls/syscall.tbl
The file mentioned above belongs to the Linux Kernel. -->
<syscalls_info>
@@ -439,4 +439,7 @@
<syscall name="landlock_create_ruleset" number="444"/>
<syscall name="landlock_add_rule" number="445"/>
<syscall name="landlock_restrict_self" number="446"/>
+ <syscall name="process_mrelease" number="448"/>
+ <syscall name="futex_waitv" number="449"/>
+ <syscall name="set_mempolicy_home_node" number="450"/>
</syscalls_info>