Move UUID from Core -> Utility.
authorZachary Turner <zturner@google.com>
Sat, 4 Mar 2017 01:28:55 +0000 (01:28 +0000)
committerZachary Turner <zturner@google.com>
Sat, 4 Mar 2017 01:28:55 +0000 (01:28 +0000)
commit0e1d52ae51a16fb8e6db14cbab6c27f5e24bd28a
treee6abb60ccf1ce038b648d712d29932b0b10390bb
parentafa6f9793aacb0c3702519fc487e36d3f6f14b00
Move UUID from Core -> Utility.

llvm-svn: 296941
23 files changed:
lldb/include/lldb/Core/Module.h
lldb/include/lldb/Core/ModuleSpec.h
lldb/include/lldb/Interpreter/OptionValueUUID.h
lldb/include/lldb/Target/DynamicLoader.h
lldb/include/lldb/Utility/UUID.h [moved from lldb/include/lldb/Core/UUID.h with 94% similarity]
lldb/source/Core/CMakeLists.txt
lldb/source/Core/DataExtractor.cpp
lldb/source/Host/common/Symbols.cpp
lldb/source/Host/macosx/Symbols.cpp
lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h
lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h
lldb/source/Utility/CMakeLists.txt
lldb/source/Utility/UUID.cpp [moved from lldb/source/Core/UUID.cpp with 99% similarity]