Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h375 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
399 struct lua_Debug { struct
400 int event;
401 const char *name; /* (n) */
402 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */
403 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */
404 const char *source; /* (S) */
405 int currentline; /* (l) */
406 int linedefined; /* (S) */
407 int lastlinedefined; /* (S) */
[all …]