[all-commits] [llvm/llvm-project] 917b3a: [lldb] Move Core/FileSpecList -> Utility/FileSpecL...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu May 4 22:00:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 917b3a7e62063398d2cbc4f8fe56feb68b0fae4f
      https://github.com/llvm/llvm-project/commit/917b3a7e62063398d2cbc4f8fe56feb68b0fae4f
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-05-04 (Thu, 04 May 2023)

  Changed paths:
    R lldb/include/lldb/Core/FileSpecList.h
    M lldb/include/lldb/Core/SearchFilter.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
    M lldb/include/lldb/Symbol/CompileUnit.h
    M lldb/include/lldb/Symbol/LocateSymbolFile.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    A lldb/include/lldb/Utility/FileSpecList.h
    M lldb/source/API/SBFileSpecList.cpp
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Core/CMakeLists.txt
    M lldb/source/Core/FileLineResolver.cpp
    R lldb/source/Core/FileSpecList.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/ModuleList.cpp
    M lldb/source/Expression/ObjectFileJIT.cpp
    M lldb/source/Interpreter/CommandObject.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
    M lldb/source/Utility/CMakeLists.txt
    A lldb/source/Utility/FileSpecList.cpp
    M lldb/unittests/Core/FileSpecListTest.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list