aboutsummaryrefslogtreecommitdiffstats
path: root/tools/execprog/execprog.go
Commit message (Collapse)AuthorAgeFilesLines
* clean up temp files in tools/execprogDmitry Vyukov2015-10-141-0/+1
|
* deduplicate coverare in executorDmitry Vyukov2015-10-131-0/+4
| | | | | This allows to use larger coverage buffer and not overflow output at the same time.
* dump coverage in execprog commandDmitry Vyukov2015-10-131-3/+27
|
* process covereage in ipc package instead of fuzzerDmitry Vyukov2015-10-131-1/+1
|
* make ipc.Env.Exec accept the program to executeDmitry Vyukov2015-10-131-2/+1
|
* initial commitDmitry Vyukov2015-10-121-0/+62