// Frame is the information returned by Frames for each call frame. type Frame struct { PC uintptr Func *Func Function string File string Line in