Searched defs:ldbState (Results 1 – 1 of 1) sorted by relevance
60 struct ldbState { struct61 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 …]