[Lldb-commits] [lldb] [LLDB] Add formatters for MSVC STL std::tuple (PR #148548)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 14 03:16:17 PDT 2025
Michael137 wrote:
> The implementation makes it hard to detect if the empty tuple is from this STL. Fortunately, libstdc++'s synthetic children provider works for empty MSVC STL tuples as well.
This is why i wish we had something definitive in debug-info to tell us what STL a compile-unit was compiled against. I pinged @ldionne about this separately.
https://github.com/llvm/llvm-project/pull/148548
More information about the lldb-commits
mailing list