runtime: add Frame.Entry field

This enables compatibility with golang.org/x/tools/internal/pkgbits.

https://github.com/golang/tools/blob/master/internal/pkgbits/frames_go17.go
Этот коммит содержится в:
Randy Reddig 2024-02-26 11:19:14 -08:00 коммит произвёл Ayke
родитель 1e13c6d18f
коммит 377415a6c3

Просмотреть файл

@ -13,6 +13,8 @@ type Frame struct {
File string File string
Line int Line int
Entry uintptr
} }
func CallersFrames(callers []uintptr) *Frames { func CallersFrames(callers []uintptr) *Frames {