runtime.gobuf.lr (field)
13 uses
runtime (current package)
heapdump.go#L351: lr = gp.sched.lr
panic.go#L1153: gp.sched.lr = 0
proc.go#L1904: gp.sched.lr = 0
proc.go#L3450: _g_.sched.lr = 0
runtime2.go#L331: lr uintptr
stack.go#L947: traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
stack.go#L966: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L967: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
stack.go#L970: traceback(morebuf.pc, morebuf.sp, morebuf.lr, gp)
stack.go#L976: thisg.m.morebuf.lr = 0
stack.go#L1016: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L1017: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
traceback.go#L123: lr0 = gp.sched.lr
 |
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. |