type runtime.Frames

4 uses

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