Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocolServerMCP.cpp338 protocol::ToolArguments tool_args; in ToolsCallHandler() local
340 tool_args = *args; in ToolsCallHandler()
343 it->second->Call(tool_args); in ToolsCallHandler()