Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocolServerMCP.cpp267 m_tools[tool->GetName()] = std::move(tool); in AddTool()
307 for (const auto &tool : m_tools) in ToolsListHandler()
334 auto it = m_tools.find(tool_name); in ToolsCallHandler()
335 if (it == m_tools.end()) in ToolsCallHandler()
H A DProtocolServerMCP.h100 llvm::StringMap<std::unique_ptr<Tool>> m_tools; variable