type runtime.Frames

4 uses

	runtime (current package)
		symtab.go#L15: type Frames struct {
		symtab.go#L65: func CallersFrames(callers []uintptr) *Frames {
		symtab.go#L66: 	f := &Frames{callers: callers}
		symtab.go#L73: func (ci *Frames) Next() (frame Frame, more bool) {