gvisor/runsc/container
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
..
test_app Implement TTY field in control.Processes(). 2019-12-06 14:34:13 -08:00
BUILD Fix container locking 2019-10-30 15:39:04 -07:00
console_test.go runsc/debug: add an option to list all processes 2019-12-11 11:05:41 -08:00
container.go Fix container locking 2019-10-30 15:39:04 -07:00
container_test.go runsc/debug: add an option to list all processes 2019-12-11 11:05:41 -08:00
hook.go
multi_container_test.go runsc/debug: add an option to list all processes 2019-12-11 11:05:41 -08:00
shared_volume_test.go
state_file.go Fix container locking 2019-10-30 15:39:04 -07:00
status.go