Searched refs:func_str (Results 1 – 1 of 1) sorted by relevance
65 std::string func_str = llvm::formatv(fmt_str, body).str(); in RegisterBreakpointCallback() local66 if (luaL_dostring(m_lua_state, func_str.c_str()) != LUA_OK) { in RegisterBreakpointCallback()93 std::string func_str = llvm::formatv(fmt_str, body).str(); in RegisterWatchpointCallback() local94 if (luaL_dostring(m_lua_state, func_str.c_str()) != LUA_OK) { in RegisterWatchpointCallback()