delve/pkg/proc/native/proc_ebpf_linux.go
2021-11-03 16:58:04 +01:00

9 lines
155 B
Go

//go:build linux && amd64 && cgo && go1.16
// +build linux,amd64,cgo,go1.16
package native
func (dbp *nativeProcess) SupportsBPF() bool {
return true
}