[Lldb-commits] [lldb] [lldb][NativePDB] Parse global variables. (PR #114303)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 31 13:08:20 PDT 2024


================
@@ -265,6 +265,7 @@ class SymbolFileNativePDB : public SymbolFileCommon {
   // UID for anonymous union and anonymous struct as they don't have entities in
   // pdb debug info.
   lldb::user_id_t anonymous_id = LLDB_INVALID_UID - 1;
+  std::optional<uint32_t> m_cu_count = 0;
----------------
JDevlieghere wrote:

Unrelated? 

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


More information about the lldb-commits mailing list