syzkaller/pkg/csource
Alexander Popov 0e7547d77c executor: make the debug output useful for race condition debugging
Sometimes race conditions are reproduced by syz-execprog and are not
reproduced by the programs generated with syz-prog2c. In such cases
it's very helpful to know when exactly the fuzzing syscalls are executed.

Unfortunately, adding timestamps to the output of the original 'debug'
mode doesn't work. This mode provides very verbose output, which slows
down executor and breaks the repro.

So let's make the executor debug output less verbose and add
the timestamps.

Signed-off-by: Alexander Popov <alex.popov@linux.com>
2018-09-24 14:55:35 +02:00
..
build.go pkg/csource: say what compiler is missing 2018-07-25 10:44:45 +02:00
common.go RFC: android: Add support for untrusted_app sandboxing (#697) 2018-09-17 11:33:11 +02:00
csource_test.go pkg/runtest, pkg/csource: don't run tests on openbsd 2018-09-17 10:59:06 +02:00
csource.go pkg/runtest: fixes for fuchsia 2018-09-06 10:56:09 +02:00
gen.go pkg/csource: rewrite gen.sh in Go 2018-07-27 10:22:23 +02:00
generated.go executor: make the debug output useful for race condition debugging 2018-09-24 14:55:35 +02:00
options_test.go RFC: android: Add support for untrusted_app sandboxing (#697) 2018-09-17 11:33:11 +02:00
options.go RFC: android: Add support for untrusted_app sandboxing (#697) 2018-09-17 11:33:11 +02:00
race_test.go pkg/csource: fix test exit code 2018-05-07 20:40:44 +02:00