Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c70 int luabp; /* Stop at next line because redis.breakpoint() was called. */ member
742 ldb.luabp = 1; in luaRedisBreakpointCommand()
1587 ldb.luabp = 0; in ldbEnable()
2415 int bp = ldbIsBreakpoint(ldb.currentline) || ldb.luabp; in luaLdbLineHook()
2436 if (bp) reason = ldb.luabp ? "redis.breakpoint() called" : in luaLdbLineHook()
2440 ldb.luabp = 0; in luaLdbLineHook()