[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 5 May 2023 04:52:19 +0000 (21:52 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 5 May 2023 05:00:17 +0000 (22:00 -0700)
commit917b3a7e62063398d2cbc4f8fe56feb68b0fae4f
treeb185fba1e2131078173cc024d6c07d8fa21bb038
parent8cf768839a8db8531a2d60ede9497fe82fea7a5a
[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)

There's no reason for FileSpecList to live in lldb/Core while FileSpec
lives in lldb/Utility. Move FileSpecList next to FileSpec.
25 files changed:
lldb/include/lldb/Core/SearchFilter.h
lldb/include/lldb/Interpreter/CommandCompletions.h
lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
lldb/include/lldb/Symbol/CompileUnit.h
lldb/include/lldb/Symbol/LocateSymbolFile.h
lldb/include/lldb/Symbol/ObjectFile.h
lldb/include/lldb/Utility/FileSpecList.h [moved from lldb/include/lldb/Core/FileSpecList.h with 97% similarity]
lldb/source/API/SBFileSpecList.cpp
lldb/source/Commands/CommandCompletions.cpp
lldb/source/Core/CMakeLists.txt
lldb/source/Core/FileLineResolver.cpp
lldb/source/Core/Module.cpp
lldb/source/Core/ModuleList.cpp
lldb/source/Expression/ObjectFileJIT.cpp
lldb/source/Interpreter/CommandObject.cpp
lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
lldb/source/Utility/CMakeLists.txt
lldb/source/Utility/FileSpecList.cpp [moved from lldb/source/Core/FileSpecList.cpp with 99% similarity]
lldb/unittests/Core/FileSpecListTest.cpp