================
@@ -2204,7 +2204,9 @@ static Status ParseInternal(llvm::StringRef &format, 
Entry &parent_entry,
                   return error;
                 }
               } else if (FormatManager::GetFormatFromCString(
-                             entry.printf_format.c_str(), true, entry.fmt)) {
+                             entry.printf_format.c_str(), true,
+                             entry.fmt)) { // Try GetFormatFromCString again,
----------------
kastiglione wrote:

I guess if we assume that there's no overlap between printf and lldb format 
(which there shouldn't be) then the lldb format can be done first, and the 
printf can be done second, as partial.

https://github.com/llvm/llvm-project/pull/81018
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to