Home
last modified time | relevance | path

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

/external/lua/src/
Dlua.h417 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
441 struct lua_Debug { struct
442 int event;
443 const char *name; /* (n) */
444 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */
445 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */
446 const char *source; /* (S) */
447 int currentline; /* (l) */
448 int linedefined; /* (S) */
449 int lastlinedefined; /* (S) */
[all …]