================
@@ -2892,22 +2892,22 @@ llvm::Error ProcessGDBRemote::ParseMultiMemReadPacket(
   // The sizes and the data are separated by a `;`.
   auto [sizes_str, memory_data] = response_str.split(';');
   if (sizes_str.size() == response_str.size())
-    return llvm::createStringError(llvm::formatv(
+    return llvm::createStringError(
----------------
felipepiovezan wrote:

missing a `V` here and below?

https://github.com/llvm/llvm-project/pull/176428
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to