diff --git a/proctl/variables.go b/proctl/variables.go index 36852b02..55e3425b 100644 --- a/proctl/variables.go +++ b/proctl/variables.go @@ -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 }