Skip to content

Commit 8551dc6

Browse files
authored
Merge branch 'main' into fixPR154556
2 parents 4b2b506 + de1baa5 commit 8551dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-mcp/lldb-mcp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int main(int argc, char *argv[]) {
6363
[](MainLoopBase &loop) { loop.RequestTermination(); });
6464
});
6565

66-
auto transport_up = std::make_unique<lldb_protocol::mcp::MCPTransport>(
66+
auto transport_up = std::make_unique<lldb_protocol::mcp::Transport>(
6767
input, output, std::string(client_name),
6868
[&](llvm::StringRef message) { llvm::errs() << message << '\n'; });
6969

0 commit comments

Comments
 (0)