We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e13c6d commit 377415aCopy full SHA for 377415a
src/runtime/symtab.go
@@ -13,6 +13,8 @@ type Frame struct {
13
14
File string
15
Line int
16
+
17
+ Entry uintptr
18
}
19
20
func CallersFrames(callers []uintptr) *Frames {
0 commit comments