jj10306 accepted this revision. jj10306 added inline comments. This revision is now accepted and ready to land.
================ Comment at: lldb/include/lldb/Target/Trace.h:386-396 + llvm::DenseMap<lldb::tid_t, std::unordered_map<std::string, size_t>> m_live_thread_data; + /// data kind -> size std::unordered_map<std::string, size_t> m_live_process_data; + /// \} + ---------------- Why not change all the maps to DenseMap while we're at it? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D123281/new/ https://reviews.llvm.org/D123281 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits