mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +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
|
||||
}
|
||||
|
||||
// NoGError returned when a G could not be found
|
||||
// for a specific thread.
|
||||
type NoGError struct {
|
||||
tid int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user