delve/pkg/proc/native/proc_ebpf_linux.go

8 lines
122 B
Go
Raw Normal View History

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