Home
last modified time | relevance | path

Searched defs:debugCallHandler (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dexport_debug_test.go92 type debugCallHandler struct { struct
93 gp *g
94 mp *m
95 fv *funcval
96 regArgs *abi.RegArgs
97 argp unsafe.Pointer
98 argSize uintptr
99 panic any
101 handleF func(info *siginfo, ctxt *sigctxt, gp2 *g) bool
103 err plainError
[all …]