Home
last modified time | relevance | path

Searched refs:debugRoutine (Results 1 – 1 of 1) sorted by relevance

/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/interp/
H A Ddebugger.go37 gLive map[int]*debugRoutine
44 type debugRoutine struct { struct
64 g *debugRoutine
185 dbg.gLive = make(map[int]*debugRoutine, 1)
229 func (dbg *Debugger) enterGoRoutine() *debugRoutine {
230 g := new(debugRoutine)
245 func (dbg *Debugger) exitGoRoutine(g *debugRoutine) {
254 func (dbg *Debugger) getGoRoutine(id int) (*debugRoutine, bool) {
364 func (g *debugRoutine) setMode(reason DebugEventReason) { argument
579 var g *debugRoutine