gvisor/runsc/cmd
Andrei Vagin f8c5ad061b runsc/debug: add an option to list all processes
runsc debug --ps list all processes with all threads. This option is added to
the debug command but not to the ps command, because it is going to be used for
debug purposes and we want to add any useful information without thinking about
backward compatibility.

This will help to investigate syzkaller issues.

PiperOrigin-RevId: 285013668
2019-12-11 11:05:41 -08:00
..
BUILD
boot.go
capability.go
capability_test.go
checkpoint.go
chroot.go
cmd.go
create.go Add Container/Sandbox args struct for creation 2019-06-18 14:46:49 -07:00
debug.go runsc/debug: add an option to list all processes 2019-12-11 11:05:41 -08:00
delete.go
delete_test.go
do.go
error.go
events.go
exec.go Prevent CAP_NET_RAW from appearing in exec 2019-10-01 11:49:49 -07:00
exec_test.go Prevent CAP_NET_RAW from appearing in exec 2019-10-01 11:49:49 -07:00
gofer.go Fix problem with open FD when copy up is triggered in overlayfs 2019-10-16 15:06:24 -07:00
gofer_test.go
help.go
install.go
kill.go Update canonical repository. 2019-06-13 16:50:15 -07:00
list.go
path.go
pause.go
ps.go
restore.go
resume.go Update canonical repository. 2019-06-13 16:50:15 -07:00
run.go
spec.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
start.go
state.go
syscalls.go Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
wait.go