runtime.stkframe.continpc (field)
11 uses
runtime (current package)
heapdump.go#L289: dumpint(uint64(s.continpc))
mgcmark.go#L865: if _DebugGC > 1 && frame.continpc != 0 {
mgcmark.go#L873: println("conservatively scanning function", funcname(frame.fn), "at PC", hex(frame.continpc))
runtime2.go#L957: continpc uintptr // program counter where execution can continue, or 0 if not
stack.go#L629: if frame.continpc == 0 {
stack.go#L635: print(" adjusting ", funcname(f), " frame=[", hex(frame.sp), ",", hex(frame.fp), "] pc=", hex(frame.pc), " continpc=", hex(frame.continpc), "\n")
stack.go#L1220: targetpc := frame.continpc
traceback.go#L67: frame.continpc = frame.pc
traceback.go#L303: frame.continpc = frame.pc
traceback.go#L306: frame.continpc = frame.fn.entry + uintptr(frame.fn.deferreturn) + 1
traceback.go#L317: frame.continpc = 0
 |
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. |