Home
last modified time | relevance | path

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

/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/interp/
H A Ddebugger.go47 mode DebugEventReason
94 reason DebugEventReason
133 type DebugEventReason int type
137 debugRun DebugEventReason = iota
364 func (g *debugRoutine) setMode(reason DebugEventReason) {
384 func (dbg *Debugger) Step(id int, reason DebugEventReason) error {
403 func (dbg *Debugger) Interrupt(id int, reason DebugEventReason) bool {
567 func (evt *DebugEvent) Reason() DebugEventReason {