Searched refs:luaopen_lldb (Results 1 – 5 of 5) sorted by relevance
5 luaopen_lldb*
7 luaopen_lldb*
15 extern "C" int luaopen_lldb(lua_State *L) { return 0; } in luaopen_lldb() function
26 int luaopen_lldb(lua_State *L);
37 luaopen_lldb(m_lua_state); in Lua()