Searched refs:luabp (Results 1 – 1 of 1) sorted by relevance
70 int luabp; /* Stop at next line because redis.breakpoint() was called. */ member742 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()