mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 12:47:22 +08:00
9 lines
110 B
Go
9 lines
110 B
Go
//go:build ebpf
|
|
// +build ebpf
|
|
|
|
package native
|
|
|
|
func (dbp *nativeProcess) SupportsBPF() bool {
|
|
return true
|
|
}
|