go/src/runtime/export_debug_amd64_test.go

type sigContext

func sigctxtSetContextRegister(ctxt *sigctxt, x uint64) {}

func sigctxtAtTrapInstruction(ctxt *sigctxt) bool {}

func sigctxtStatus(ctxt *sigctxt) uint64 {}

func (h *debugCallHandler) saveSigContext(ctxt *sigctxt) {}

// case 0
func (h *debugCallHandler) debugCallRun(ctxt *sigctxt) {}

// case 1
func (h *debugCallHandler) debugCallReturn(ctxt *sigctxt) {}

// case 2
func (h *debugCallHandler) debugCallPanicOut(ctxt *sigctxt) {}

// case 8
func (h *debugCallHandler) debugCallUnsafe(ctxt *sigctxt) {}

// case 16
func (h *debugCallHandler) restoreSigContext(ctxt *sigctxt) {}

// storeRegArgs sets up argument registers in the signal
// context state from an abi.RegArgs.
//
// Both src and dst must be non-nil.
func storeRegArgs(dst *sigcontext, src *abi.RegArgs) {}

func loadRegArgs(dst *abi.RegArgs, src *sigcontext) {}