summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/ptrace.cc
AgeCommit message (Expand)Author
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2019-09-16Migrate from gflags to absl flagsMichael Pratt
2019-05-24Extract SleepSafe from test_utilTamir Duberstein
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-29Appease googletest deprecationTamir Duberstein
2019-04-26Remove syscall tests' dependency on glogTamir Duberstein
2019-04-05Deflake PtraceTest.SeizeSetOptions.Jamie Liu
2019-04-02Set options on the correct Task in PTRACE_SEIZE.Jamie Liu
2019-03-22Implement PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN.Jamie Liu
2019-02-11gvisor: check that ptrace properly handles int3Andrei Vagin
2019-01-11Clean up some uses of fork() in tests.Jamie Liu
2018-12-10Open source system call tests.Brian Geffon