mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 02:36:18 +08:00 
			
		
		
		
	Add documentation
This commit is contained in:
		| @ -71,6 +71,8 @@ func (g *G) chanRecvReturnAddr(dbp *DebuggedProcess) (uint64, error) { | |||||||
| 	return topLoc.addr, nil | 	return topLoc.addr, nil | ||||||
| } | } | ||||||
|  |  | ||||||
|  | // NoGError returned when a G could not be found | ||||||
|  | // for a specific thread. | ||||||
| type NoGError struct { | type NoGError struct { | ||||||
| 	tid int | 	tid int | ||||||
| } | } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Derek Parker
					Derek Parker