[Lldb-commits] [lldb] [lldb] Store all XML register types in a single string map (PR #213887)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 6 03:23:11 PDT 2026


================
@@ -5040,7 +5040,7 @@ static void ParseEnums(
             LLDB_LOG(log,
                      "ProcessGDBRemote::ParseEnums Found enum type \"{0}\"",
                      id);
-            registers_enum_types.insert_or_assign(
----------------
DavidSpickett wrote:

There is precedent for telling the user - we print a warning if the server offers XML but we cannot parse it. So let's see if I can make the reporting more structured and issue a compact warning.

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


More information about the lldb-commits mailing list