bsd-user: move strace OS/arch dependent code to host/arch dirs
commitea1ab4cf2c268c61e97b12cac670c5ccfc71d745
authorStacey Son <sson@FreeBSD.org>
Fri, 18 Dec 2020 20:54:50 +0000 (18 13:54 -0700)
committerThomas Huth <thuth@redhat.com>
Mon, 11 Jan 2021 13:59:21 +0000 (11 14:59 +0100)
treedba61e41ed5a2c92e4e30a3ac75cf0f56bd55f92
parent4d306e59cbc0ea8539bbb6732a30f113cdf0bf2d
bsd-user: move strace OS/arch dependent code to host/arch dirs

This change moves host OS and arch dependent code for the sysarch
system call related to the -strace functionality into the
appropriate host OS and target arch directories.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Sean Bruno <sburno@FreeBSD.org>
[ imp integrated minor build fixes from sbruno ]
Signed-off-by: Warner Losh <imp@FreeBSD.org>
Message-Id: <20201218205451.10559-4-imp@freebsd.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
20 files changed:
bsd-user/arm/target_arch_sysarch.h [new file with mode: 0644]
bsd-user/arm/target_syscall.h [new file with mode: 0644]
bsd-user/freebsd/os-strace.h [new file with mode: 0644]
bsd-user/freebsd/strace.list
bsd-user/i386/target_arch_sysarch.h [new file with mode: 0644]
bsd-user/i386/target_syscall.h
bsd-user/mips/target_arch_sysarch.h [new file with mode: 0644]
bsd-user/mips/target_syscall.h [new file with mode: 0644]
bsd-user/mips64/target_arch_sysarch.h [new file with mode: 0644]
bsd-user/mips64/target_syscall.h [new file with mode: 0644]
bsd-user/netbsd/os-strace.h [new file with mode: 0644]
bsd-user/openbsd/os-strace.h [new file with mode: 0644]
bsd-user/sparc/target_arch_sysarch.h [new file with mode: 0644]
bsd-user/sparc/target_syscall.h
bsd-user/sparc64/target_arch_sysarch.h [new file with mode: 0644]
bsd-user/sparc64/target_syscall.h
bsd-user/strace.c
bsd-user/x86_64/target_arch_sysarch.h [new file with mode: 0644]
bsd-user/x86_64/target_syscall.h
meson.build