Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for funcspdelta (0.1 sec)

  1. src/runtime/traceback.go

    				frame.sp = gp.sched.sp
    				u.cgoCtxt = len(gp.cgoCtxt) - 1
    			case abi.FuncID_systemstack:
    				// systemstack returns normally, so just follow the
    				// stack transition.
    				if usesLR && funcspdelta(f, frame.pc) == 0 {
    					// We're at the function prologue and the stack
    					// switch hasn't happened, or epilogue where we're
    					// about to return. Just unwind normally.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top