Searched refs:lua_debug (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/lutok/
H A Ddebug.cpp42 lua_Debug lua_debug; member in struct:lutok::debug::impl
71 if (lua_getinfo(raw_state, what_.c_str(), &_pimpl->lua_debug) == 0)
85 lua_getstack(raw_state, level, &_pimpl->lua_debug);
95 return _pimpl->lua_debug.event;
105 assert(_pimpl->lua_debug.name != NULL);
106 return _pimpl->lua_debug.name;
116 assert(_pimpl->lua_debug.namewhat != NULL);
117 return _pimpl->lua_debug.namewhat;
127 assert(_pimpl->lua_debug.what != NULL);
128 return _pimpl->lua_debug
[all...]

Completed in 69 milliseconds