Cleaned up the UUID mismatch just printing itself whenever it wants to by allowing...
authorGreg Clayton <gclayton@apple.com>
Fri, 14 Dec 2012 02:15:00 +0000 (02:15 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 14 Dec 2012 02:15:00 +0000 (02:15 +0000)
commit136dff8725dfeca54101c822b9fb8941799827db
tree87c5876c75efb7a9ea362d3659b0edf73fd273f2
parentfff17252a14d24b4140fb279deb789c4846a43c2
Cleaned up the UUID mismatch just printing itself whenever it wants to by allowing an optional feedback stream to be passed along when getting the symbol vendor.

llvm-svn: 170174
lldb/include/lldb/Core/Module.h
lldb/include/lldb/Symbol/SymbolVendor.h
lldb/include/lldb/lldb-private-interfaces.h
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Core/Module.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h
lldb/source/Symbol/SymbolVendor.cpp