[Lldb-commits] [PATCH] D65864: Remove Module::GetSymbolVendor

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 8 00:23:32 PDT 2019


labath marked 2 inline comments as done.
labath added inline comments.


================
Comment at: include/lldb/Core/Module.h:1006
   std::atomic<bool> m_did_load_objfile{false};
-  std::atomic<bool> m_did_load_symbol_vendor{false};
+  std::atomic<bool> m_did_load_symbol_file{false};
   std::atomic<bool> m_did_set_uuid{false};
----------------
clayborg wrote:
> maybe name "m_did_load_symfile"?
good idea.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65864/new/

https://reviews.llvm.org/D65864





More information about the lldb-commits mailing list