mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 18:57:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			127 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			127 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build !linux || !amd64 || !go1.16 || !cgo
 | |
| 
 | |
| package native
 | |
| 
 | |
| func (dbp *nativeProcess) SupportsBPF() bool {
 | |
| 	return false
 | |
| }
 | 
