We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0ce1e commit de1baa5Copy full SHA for de1baa5
lldb/tools/lldb-mcp/lldb-mcp.cpp
@@ -63,7 +63,7 @@ int main(int argc, char *argv[]) {
63
[](MainLoopBase &loop) { loop.RequestTermination(); });
64
});
65
66
- auto transport_up = std::make_unique<lldb_protocol::mcp::MCPTransport>(
+ auto transport_up = std::make_unique<lldb_protocol::mcp::Transport>(
67
input, output, std::string(client_name),
68
[&](llvm::StringRef message) { llvm::errs() << message << '\n'; });
69
0 commit comments