freebsd-dev/usr.bin/truss
Ed Schouten b0e787276b Make truss work for CloudABI processes on aarch64.
This change copies over amd64-cloudabi64.c to aarch64-cloudabi.c and
adjusts it to fetch the proper registers on aarch64. To reduce the
amount of shared code, the errno conversion function is moved into a
separate source file.

Reviewed by:	jhb, andrew
Differential Revision:	https://reviews.freebsd.org/D4023
2015-10-30 08:11:37 +00:00
..
aarch64-cloudabi64.c Make truss work for CloudABI processes on aarch64. 2015-10-30 08:11:37 +00:00
aarch64-freebsd.c Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
amd64-cloudabi64.c Make truss work for CloudABI processes on aarch64. 2015-10-30 08:11:37 +00:00
amd64-freebsd32.c Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
amd64-freebsd.c Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
amd64-linux32.c Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
arm-freebsd.c Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
cloudabi.c Make truss work for CloudABI processes on aarch64. 2015-10-30 08:11:37 +00:00
cloudabi.h Make truss work for CloudABI processes on aarch64. 2015-10-30 08:11:37 +00:00
extern.h Several changes to truss. 2015-09-30 19:13:32 +00:00
i386-freebsd.c Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
i386-linux.c Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
main.c Let -c imply -S (hide signal output). 2015-10-09 20:47:29 +00:00
Makefile Make truss work for CloudABI processes on aarch64. 2015-10-30 08:11:37 +00:00
Makefile.depend.amd64 Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
makesyscallsconf.sh Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
mips-freebsd.c Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
powerpc64-freebsd32.c Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
powerpc64-freebsd.c Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
powerpc-freebsd.c Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
setup.c Fix crash if a process sends itself a SIGTRAP. Just forward it as expected. 2015-10-05 21:39:07 +00:00
sparc64-freebsd.c Simplify syscall generation and ABI source file handling for the build. 2015-10-13 18:23:51 +00:00
syscall.h Properly format pointer size independent CloudABI system calls. 2015-10-08 05:27:45 +00:00
syscalls.c Properly format pointer size independent CloudABI system calls. 2015-10-08 05:27:45 +00:00
truss.1 Let -c imply -S (hide signal output). 2015-10-09 20:47:29 +00:00
truss.h Correct a comment. 2015-10-08 00:31:11 +00:00