[Lldb-commits] [lldb] [lldb][DataFormatter] Unwrap reference type when formatting std::unordered_map (PR #145872)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 26 05:50:32 PDT 2025
================
@@ -64,3 +64,131 @@ def test_iterator_formatters(self):
ValueCheck(name="second", summary='"Qux"'),
],
)
+
+ lldbutil.continue_to_breakpoint(process, bkpt)
+
+ # Test references to std::unordered_map
+ self.expect_var_path(
----------------
Michael137 wrote:
makes sense. Simplified this in the latest commit. I just passed the "type" as a parameter to a helper function
https://github.com/llvm/llvm-project/pull/145872
More information about the lldb-commits
mailing list