delve/pkg/proc/native/proc_ebpf_linux.go

9 lines
110 B
Go
Raw Normal View History

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