const runtime._TraceTrap
7 uses
runtime (current package)
proc.go#L4499: n = gentraceback(pc, sp, lr, gp, 0, &stk[0], len(stk), nil, nil, _TraceTrap|_TraceJumpStack)
proc.go#L4512: n = gentraceback(mp.vdsoPC, mp.vdsoSP, 0, gp, 0, &stk[0], len(stk), nil, nil, _TraceTrap|_TraceJumpStack)
runtime2.go#L976: _TraceTrap // the initial PC, SP are from a trap, not a return PC from a call
traceback.go#L342: if (n == 0 && flags&_TraceTrap != 0) || waspanic || pc == f.entry {
traceback.go#L393: if (n > 0 || flags&_TraceTrap == 0) && frame.pc > f.entry && !waspanic {
traceback.go#L703: traceback1(pc, sp, lr, gp, _TraceTrap)
traceback.go#L728: flags &^= _TraceTrap
 |
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. |