Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp88 std::string func_str = llvm::formatv(fmt_str, body).str(); in RegisterBreakpointCallback() local
89 if (luaL_dostring(m_lua_state, func_str.c_str()) != LUA_OK) { in RegisterBreakpointCallback()
122 std::string func_str = llvm::formatv(fmt_str, body).str(); in RegisterWatchpointCallback() local
123 if (luaL_dostring(m_lua_state, func_str.c_str()) != LUA_OK) { in RegisterWatchpointCallback()