[lldb] Qualify includes of Properties[Enum].inc files. NFC
authorJordan Rupprecht <rupprecht@google.com>
Mon, 29 Jul 2019 17:22:10 +0000 (17:22 +0000)
committerJordan Rupprecht <rupprecht@google.com>
Mon, 29 Jul 2019 17:22:10 +0000 (17:22 +0000)
commit6a253d378bc05c30b3d9f32fdaf973714de3e99c
tree9e3722cff34605421a0d83ed28171802e24ce78f
parent962c03fac4fca625fd6c7415ace098ff92e0fbc8
[lldb] Qualify includes of Properties[Enum].inc files. NFC

Summary:
This is a bit more explicit, and makes it possible to build LLDB without
varying the -I lines per-directory.
(The latter is useful because many build systems only allow this to be
configured per-library, and LLDB is insufficiently layered to be split into
multiple libraries on stricter build systems).

(My comment on D65185 has some more context)

Reviewers: JDevlieghere, labath, chandlerc, jdoerfert

Reviewed By: labath

Subscribers: mgorny, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D65397

Patch by Sam McCall!

llvm-svn: 367241
34 files changed:
lldb/source/Core/CMakeLists.txt
lldb/source/Core/CoreProperties.td [moved from lldb/source/Core/Properties.td with 100% similarity]
lldb/source/Core/Debugger.cpp
lldb/source/Core/ModuleList.cpp
lldb/source/Interpreter/CMakeLists.txt
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Interpreter/InterpreterProperties.td [moved from lldb/source/Interpreter/Properties.td with 100% similarity]
lldb/source/Plugins/DynamicLoader/Darwin-Kernel/CMakeLists.txt
lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.td [moved from lldb/source/Plugins/DynamicLoader/Darwin-Kernel/Properties.td with 100% similarity]
lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt
lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
lldb/source/Plugins/JITLoader/GDB/JITLoaderGDBProperties.td [moved from lldb/source/Plugins/JITLoader/GDB/Properties.td with 100% similarity]
lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt
lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td [moved from lldb/source/Plugins/Platform/MacOSX/Properties.td with 100% similarity]
lldb/source/Plugins/Process/MacOSX-Kernel/CMakeLists.txt
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPProperties.td [moved from lldb/source/Plugins/Process/MacOSX-Kernel/Properties.td with 100% similarity]
lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td [moved from lldb/source/Plugins/Process/gdb-remote/Properties.td with 100% similarity]
lldb/source/Plugins/StructuredData/DarwinLog/CMakeLists.txt
lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLogProperties.td [moved from lldb/source/Plugins/StructuredData/DarwinLog/Properties.td with 100% similarity]
lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFProperties.td [moved from lldb/source/Plugins/SymbolFile/DWARF/Properties.td with 100% similarity]
lldb/source/Target/CMakeLists.txt
lldb/source/Target/Platform.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/Target.cpp
lldb/source/Target/TargetProperties.td [moved from lldb/source/Target/Properties.td with 100% similarity]
lldb/source/Target/Thread.cpp