type sigContext …
func sigctxtSetContextRegister(ctxt *sigctxt, x uint64) { … }
func sigctxtAtTrapInstruction(ctxt *sigctxt) bool { … }
func sigctxtStatus(ctxt *sigctxt) uint64 { … }
func (h *debugCallHandler) saveSigContext(ctxt *sigctxt) { … }
func (h *debugCallHandler) debugCallRun(ctxt *sigctxt) { … }
func (h *debugCallHandler) debugCallReturn(ctxt *sigctxt) { … }
func (h *debugCallHandler) debugCallPanicOut(ctxt *sigctxt) { … }
func (h *debugCallHandler) debugCallUnsafe(ctxt *sigctxt) { … }
func (h *debugCallHandler) restoreSigContext(ctxt *sigctxt) { … }
func storeRegArgs(dst *sigcontext, src *abi.RegArgs) { … }
func loadRegArgs(dst *abi.RegArgs, src *sigcontext) { … }