Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c60 struct ldbState { struct
61 int fd; /* Socket of the debugging client. */
62 int active; /* Are we debugging EVAL right now? */
63 int forked; /* Is this a fork()ed debugging session? */
64 list *logs; /* List of messages to send to the client. */
68 int bpcount; /* Number of valid entries inside bp. */
71 sds *src; /* Lua script source code split by line. */
72 int lines; /* Number of lines in 'src'. */
73 int currentline; /* Current line number. */
74 sds cbuf; /* Debugger client command buffer. */
[all …]