From f627044f67edbea29b8d911a89a329b39bbd83b5 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Fri, 12 Jun 2015 13:55:42 -0500 Subject: [PATCH] Add documentation --- proctl/variables.go | 2 ++ 1 file changed, 2 insertions(+) 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 }