[Lldb-commits] [PATCH] D65864: Remove Module::GetSymbolVendor
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 7 11:13:36 PDT 2019
clayborg accepted this revision.
clayborg added a comment.
Optional rename in inline comments, but looks good.
================
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};
----------------
maybe name "m_did_load_symfile"?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65864/new/
https://reviews.llvm.org/D65864
More information about the lldb-commits
mailing list