Documentation
¶
Overview ¶
AUTOGENERATED FROM executor/common_linux.h
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoCompilerErr = errors.New("no target compiler")
Functions ¶
Types ¶
type Options ¶
type Options struct {
Threaded bool
Collide bool
Repeat bool
Procs int
Sandbox string
Fault bool // inject fault into FaultCall/FaultNth
FaultCall int
FaultNth int
// These options allow for a more fine-tuned control over the generated C code.
EnableTun bool
UseTmpDir bool
HandleSegv bool
WaitRepeat bool
Debug bool
// Generate code for use with repro package to prints log messages,
// which allows to distinguish between a hang and an absent crash.
Repro bool
}
Click to show internal directories.
Click to hide internal directories.