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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 7 05:40:18 PDT 2019


labath created this revision.
labath added reviewers: clayborg, JDevlieghere, jingham.
Herald added a subscriber: jfb.
Herald added a reviewer: jdoerfert.

This patch removes the GetSymbolVendor function, and the various
mentions of the SymbolVendor in the Module class. The implementation of
GetSymbolVendor is "inlined" into the GetSymbolFile class which I
created earlier.

After this patch, the SymbolVendor class still exists inside the Module
object, but only as an implementation detail -- a fancy holder for the
SymbolFile. That will be removed in the next patch.


https://reviews.llvm.org/D65864

Files:
  include/lldb/Core/Module.h
  source/Core/Module.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65864.213857.patch
Type: text/x-patch
Size: 10588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190807/a64f2e2b/attachment-0001.bin>


More information about the lldb-commits mailing list