mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 20:23:41 +08:00
8 lines
122 B
Go
8 lines
122 B
Go
//go:build linux && amd64 && cgo && go1.16
|
|
|
|
package native
|
|
|
|
func (dbp *nativeProcess) SupportsBPF() bool {
|
|
return true
|
|
}
|