Add definitions of system calls to catch in native NetBSD targets
authorKamil Rytarowski <n54@gmx.com>
Tue, 28 Apr 2020 23:46:41 +0000 (01:46 +0200)
committerKamil Rytarowski <n54@gmx.com>
Tue, 28 Apr 2020 23:48:58 +0000 (01:48 +0200)
commit4498ef4f8b61f396472a12aea3aa84985714b7b3
treeea0b91632ef557ed7b82f425a8096dff7f91141a
parenta55e30b51bc6227d8d41f707654d0a5620978dcf
Add definitions of system calls to catch in native NetBSD targets

All platforms on NetBSD use a shared system call table, so use a
single XML file to describe the system calls available on each NetBSD
platform.

gdb/ChangeLog:

       * syscalls/update-netbsd.sh: New file.
       * syscalls/netbsd.xml: Regenerate.
       * data-directory/Makefile.in: Register `netbsd.xml' in
       `SYSCALLS_FILES'
gdb/ChangeLog
gdb/data-directory/Makefile.in
gdb/syscalls/netbsd.xml [new file with mode: 0644]
gdb/syscalls/update-netbsd.sh [new file with mode: 0755]
This page took 0.025571 seconds and 4 git commands to generate.