================ @@ -282,6 +284,13 @@ class SymbolFileNativePDB : public SymbolFileCommon { m_parent_types; lldb_private::UniqueCStringMap<uint32_t> m_type_base_names; + + /// Global ID -> mangled name/full function name ---------------- Michael137 wrote:
Did you mean for these mapping comments to be reversed. E.g.,: ``` /// mangled name/full function name -> Global ID ``` ? https://github.com/llvm/llvm-project/pull/152295 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits