mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
9 lines
155 B
Go
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
|
|
}
|