Home
last modified time | relevance | path

Searched refs:func_str (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp65 std::string func_str = llvm::formatv(fmt_str, body).str(); in RegisterBreakpointCallback() local
66 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() local
94 if (luaL_dostring(m_lua_state, func_str.c_str()) != LUA_OK) { in RegisterWatchpointCallback()