github.com/undoio/delve@v1.9.0/pkg/proc/native/proc_ebpf_linux.go (about) 1 //go:build linux && amd64 && cgo && go1.16 2 // +build linux,amd64,cgo,go1.16 3 4 package native 5 6 func (dbp *nativeProcess) SupportsBPF() bool { 7 return true 8 }