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

David Spickett via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 5 06:58:07 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:

And this parsing code needs a refactor at some point anyway, so it's likely to break sooner than later.

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


More information about the llvm-branch-commits mailing list