Searched refs:debugger_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h51 llvm::Error EnterSession(lldb::user_id_t debugger_id);
H A DScriptInterpreterLua.cpp110 llvm::Error ScriptInterpreterLua::EnterSession(user_id_t debugger_id) { argument
120 return m_lua->Run(llvm::formatv(fmt_str, debugger_id).str());

Completed in 69 milliseconds