Lines Matching defs:lua
42 : IOHandlerEditline(debugger, IOHandler::Type::LuaInterpreter, "lua",
154 info->AddStringItem("language", "lua");
163 result->AppendError("empty command passed to lua\n");
185 result->AppendErrorWithFormatv("lua failed to redirect I/O: {0}\n",
192 "lua failed attempting to evaluate '{0}': {1}\n", command,
205 // handle is when this is called directly from lua, in which case it is
207 // a running interpreter loop inside the already running lua interpreter
223 "lua failed to import '{0}': {1}\n", filename,
286 Lua &lua = lua_interpreter->GetLua();
289 llvm::Expected<bool> BoolOrErr = lua.CallBreakpointCallback(
314 Lua &lua = lua_interpreter->GetLua();
317 lua.CallWatchpointCallback(baton, stop_frame_sp, wp_sp);