aboutsummaryrefslogtreecommitdiffstats
path: root/prog
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2024-05-27 16:38:09 +0200
committerAleksandr Nogikh <nogikh@google.com>2024-05-27 15:28:45 +0000
commitebd4cf5abe35b4d122640cf16b811d62de45be82 (patch)
treeeb8ecbf9db1892af2a41f3ecc2efda264ac996e3 /prog
parenta717135de7c6fd18fe22065264a8d835ce931a25 (diff)
prog: introduce a remote_cover call attribute
Update the descriptions to mark calls that cause remote coverage collection. Remote some hacky code from the executor.
Diffstat (limited to 'prog')
-rw-r--r--prog/types.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/prog/types.go b/prog/types.go
index 859f9d126..1e2f4dcd4 100644
--- a/prog/types.go
+++ b/prog/types.go
@@ -44,6 +44,7 @@ type SyscallAttrs struct {
BreaksReturns bool
NoGenerate bool
NoMinimize bool
+ RemoteCover bool
}
// MaxArgs is maximum number of syscall arguments.