Searched refs:lua_Debug (Results 1 – 9 of 9) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lua.h | 326 typedef struct lua_Debug lua_Debug; /* activation record */ typedef 330 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar); 333 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar); 334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar); 335 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n); 336 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n); 346 struct lua_Debug { struct
|
| H A D | ldblib.c | 100 lua_Debug ar; in db_getinfo() 147 lua_Debug ar; in db_getlocal() 168 lua_Debug ar; in db_setlocal() 207 static void hookf (lua_State *L, lua_Debug *ar) { in hookf() 327 lua_Debug ar; in db_errorfb()
|
| H A D | ldebug.c | 84 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack() 127 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() 138 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal() 150 static void funcinfo (lua_Debug *ar, Closure *cl) { in funcinfo() 167 static void info_tailcall (lua_Debug *ar) { in info_tailcall() 193 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo() 232 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo()
|
| H A D | lbaselib.c | 120 lua_Debug ar; in getfunc() 496 lua_Debug ar; in costatus()
|
| H A D | lauxlib.c | 44 lua_Debug ar; in luaL_argerror() 74 lua_Debug ar; in luaL_where()
|
| H A D | lua.c | 28 static void lstop (lua_State *L, lua_Debug *ar) { in lstop()
|
| H A D | loadlib.c | 508 lua_Debug ar; in setfenv()
|
| H A D | ldo.c | 186 lua_Debug ar; in luaD_callhook()
|
| /redis-3.2.3/src/ |
| H A D | scripting.c | 52 void luaLdbLineHook(lua_State *lua, lua_Debug *ar); 209 lua_Debug dbg; in luaPushError() 1182 void luaMaskCountHook(lua_State *lua, lua_Debug *ar) { in luaMaskCountHook() 2037 lua_Debug ar; in ldbPrint() 2069 lua_Debug ar; in ldbPrintAll() 2189 lua_Debug ar; in ldbTrace() 2343 void luaLdbLineHook(lua_State *lua, lua_Debug *ar) { in luaLdbLineHook()
|