delve/pkg/proc/native/proc_no_ebpf_linux.go

9 lines
113 B
Go
Raw Normal View History

//go:build !ebpf
// +build !ebpf
package native
func (dbp *nativeProcess) SupportsBPF() bool {
return false
}