gvisor/pkg/sentry/platform/ptrace
Adin Scannell 0e2f1b7abd Update package locations.
Because the abi will depend on the core types for marshalling (usermem,
context, safemem, safecopy), these need to be flattened from the sentry
directory. These packages contain no sentry-specific details.

PiperOrigin-RevId: 291811289
2020-01-27 15:31:32 -08:00
..
BUILD Update package locations. 2020-01-27 15:31:32 -08:00
filters.go
ptrace.go Update package locations. 2020-01-27 15:31:32 -08:00
ptrace_amd64.go Add initial ptrace stub and syscall support for arm64. 2019-08-09 13:18:11 -07:00
ptrace_arm64.go Add initial ptrace stub and syscall support for arm64. 2019-08-09 13:18:11 -07:00
ptrace_unsafe.go Update package locations. 2020-01-27 15:31:32 -08:00
stub_amd64.s platform/syscall: use syscall + int3 to execute a system call in a stub process 2020-01-06 15:54:53 -08:00
stub_arm64.s platform/syscall: use syscall + int3 to execute a system call in a stub process 2020-01-06 15:54:53 -08:00
stub_unsafe.go Update package locations. 2020-01-27 15:31:32 -08:00
subprocess.go Update package locations. 2020-01-27 15:31:32 -08:00
subprocess_amd64.go platform/syscall: use syscall + int3 to execute a system call in a stub process 2020-01-06 15:54:53 -08:00
subprocess_arm64.go platform/syscall: use syscall + int3 to execute a system call in a stub process 2020-01-06 15:54:53 -08:00
subprocess_linux.go Replace syscall.PTRACE_SYSEMU with unix.PTRACE_SYSEMU 2019-12-23 06:42:03 +00:00
subprocess_linux_unsafe.go New sync package. 2020-01-09 22:02:24 -08:00
subprocess_unsafe.go Update build tags to allow Go 1.14 2019-10-29 13:18:16 -07:00