aboutsummaryrefslogtreecommitdiff
path: root/gdb/syscalls/ppc-linux.xml.in
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2024-11-28 13:53:04 +0100
committerTom de Vries <tdevries@suse.de>2024-11-28 13:53:04 +0100
commit19f3450f7429c01e7edf56f5bf417e2e45b496aa (patch)
treebef126cf260fb57a1e9373a0f2f60327068320c3 /gdb/syscalls/ppc-linux.xml.in
parentcbb4051c332659a86bbf0568932b08e75295bf9d (diff)
downloadgdb-19f3450f7429c01e7edf56f5bf417e2e45b496aa.zip
gdb-19f3450f7429c01e7edf56f5bf417e2e45b496aa.tar.gz
gdb-19f3450f7429c01e7edf56f5bf417e2e45b496aa.tar.bz2
[gdb/syscalls] Add syscalls {set,get,list,remove}xattrat
In commit 58776901074 ("[gdb/syscalls] Update to linux v6.11") I updated to linux v6.11, but a recent submission for loongarch [1] used a current trunk version, so it makes sense to do this as well elsewhere. Using linux current trunk with update-linux-from-src.sh gets us 4 more syscalls: - setxattrat - getxattrat - listxattrat - removexattrat Tested on x86_64-linux. [1] https://sourceware.org/pipermail/gdb-patches/2024-November/213613.html
Diffstat (limited to 'gdb/syscalls/ppc-linux.xml.in')
-rw-r--r--gdb/syscalls/ppc-linux.xml.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/syscalls/ppc-linux.xml.in b/gdb/syscalls/ppc-linux.xml.in
index b1e7a00..1e4c1b0 100644
--- a/gdb/syscalls/ppc-linux.xml.in
+++ b/gdb/syscalls/ppc-linux.xml.in
@@ -458,4 +458,8 @@
<syscall name="lsm_set_self_attr" number="460"/>
<syscall name="lsm_list_modules" number="461"/>
<syscall name="mseal" number="462"/>
+ <syscall name="setxattrat" number="463"/>
+ <syscall name="getxattrat" number="464"/>
+ <syscall name="listxattrat" number="465"/>
+ <syscall name="removexattrat" number="466"/>
</syscalls_info>