gdb: syscalls: Update ARM64 xml files

There are some new syscalls in the latest upstream Linux kernel [1],
some archs updated the xml files in the recent commit 19f3450f74
("[gdb/syscalls] Add syscalls {set,get,list,remove}xattrat"), also
update ARM64 to reflect the reality.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6140be90ec70

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Approved-By: Tom de Vries <tdevries@suse.de>
This commit is contained in:
Tiezhu Yang
2024-12-16 15:03:05 +08:00
parent 4670998b5a
commit 077540ce12
2 changed files with 8 additions and 0 deletions

View File

@@ -329,4 +329,8 @@
<syscall name="lsm_set_self_attr" number="460"/>
<syscall name="lsm_list_modules" number="461"/>
<syscall name="mseal" number="462" groups="memory"/>
<syscall name="setxattrat" number="463"/>
<syscall name="getxattrat" number="464"/>
<syscall name="listxattrat" number="465"/>
<syscall name="removexattrat" number="466"/>
</syscalls_info>

View File

@@ -333,4 +333,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>