func runtime.showframe
4 uses
runtime (current package)
traceback.go#L412: if (flags&_TraceRuntimeFrames) != 0 || showframe(inlFuncInfo, gp, nprint == 0, inlFuncInfo.funcID, lastFuncID) {
traceback.go#L424: if (flags&_TraceRuntimeFrames) != 0 || showframe(f, gp, nprint == 0, f.funcID, lastFuncID) {
traceback.go#L666: if f.valid() && showframe(f, gp, false, funcID_normal, funcID_normal) && gp.goid != 1 {
traceback.go#L811: func showframe(f funcInfo, gp *g, firstFrame bool, funcID, childID funcID) bool {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |