[Lldb-commits] [lldb] 5f3e2b6 - Revert "[lldb] Correct a usage after a rename was merged. (#155720)"
Martin Storsjö via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 28 05:20:57 PDT 2025
Author: Martin Storsjö
Date: 2025-08-28T15:19:20+03:00
New Revision: 5f3e2b6652e4aa1f549c15ba5cc30b6969adfa7d
URL: https://github.com/llvm/llvm-project/commit/5f3e2b6652e4aa1f549c15ba5cc30b6969adfa7d
DIFF: https://github.com/llvm/llvm-project/commit/5f3e2b6652e4aa1f549c15ba5cc30b6969adfa7d.diff
LOG: Revert "[lldb] Correct a usage after a rename was merged. (#155720)"
This reverts commit de1baa547cf78d95c8048a13576a765c654ef590.
This is needed as the other renaming commit was reverted in
1bb8db5d5e1a3ea99525fd2648164a257955cd6d.
Added:
Modified:
lldb/tools/lldb-mcp/lldb-mcp.cpp
Removed:
################################################################################
diff --git a/lldb/tools/lldb-mcp/lldb-mcp.cpp b/lldb/tools/lldb-mcp/lldb-mcp.cpp
index a1a835aaa0a58..42daabbe4da2f 100644
--- a/lldb/tools/lldb-mcp/lldb-mcp.cpp
+++ b/lldb/tools/lldb-mcp/lldb-mcp.cpp
@@ -63,7 +63,7 @@ int main(int argc, char *argv[]) {
[](MainLoopBase &loop) { loop.RequestTermination(); });
});
- auto transport_up = std::make_unique<lldb_protocol::mcp::Transport>(
+ auto transport_up = std::make_unique<lldb_protocol::mcp::MCPTransport>(
input, output, std::string(client_name),
[&](llvm::StringRef message) { llvm::errs() << message << '\n'; });
More information about the lldb-commits
mailing list