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