delve/pkg/proc/native/proc_no_ebpf_linux.go

9 lines
164 B
Go
Raw Normal View History

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