[Lldb-commits] [lldb] [lldb] Move the generic MCP code into Protocol/MCP (NFC) (PR #152188)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 5 12:29:43 PDT 2025


================
@@ -8,10 +8,12 @@
 
 #include "lldb/Protocol/MCP/Protocol.h"
 #include "llvm/Support/Error.h"
-#include "llvm/Support/FormatVariadic.h"
 #include <string>
 
-namespace lldb_private::mcp {
+#ifndef LLDB_PROTOCOL_MCP_MCPERROR_H
+#define LLDB_PROTOCOL_MCP_MCPERROR_H
----------------
ashgti wrote:

Should this be above the `#include`'s above?

https://github.com/llvm/llvm-project/pull/152188


More information about the lldb-commits mailing list