This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a0e6dfdfb [lldb] Also include the array definition in Properties.inc new 1ac8fb64d [lldb] Qualify includes of Properties[Enum].inc files. NFC
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: source/Core/CMakeLists.txt | 8 ++++---- source/Core/{Properties.td => CoreProperties.td} | 0 source/Core/Debugger.cpp | 4 ++-- source/Core/ModuleList.cpp | 4 ++-- source/Interpreter/CMakeLists.txt | 10 +++++----- source/Interpreter/CommandInterpreter.cpp | 4 ++-- source/Interpreter/{Properties.td => InterpreterProperties.td} | 0 source/Plugins/DynamicLoader/Darwin-Kernel/CMakeLists.txt | 8 ++++---- .../DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 4 ++-- .../{Properties.td => DynamicLoaderDarwinKernelProperties.td} | 0 source/Plugins/JITLoader/GDB/CMakeLists.txt | 8 ++++---- source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp | 4 ++-- .../JITLoader/GDB/{Properties.td => JITLoaderGDBProperties.td} | 0 source/Plugins/Platform/MacOSX/CMakeLists.txt | 8 ++++---- source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp | 4 ++-- .../MacOSX/{Properties.td => PlatformMacOSXProperties.td} | 0 source/Plugins/Process/MacOSX-Kernel/CMakeLists.txt | 8 ++++---- source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 4 ++-- .../MacOSX-Kernel/{Properties.td => ProcessKDPProperties.td} | 0 source/Plugins/Process/gdb-remote/CMakeLists.txt | 8 ++++---- source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 4 ++-- .../{Properties.td => ProcessGDBRemoteProperties.td} | 0 source/Plugins/StructuredData/DarwinLog/CMakeLists.txt | 8 ++++---- .../StructuredData/DarwinLog/StructuredDataDarwinLog.cpp | 4 ++-- .../{Properties.td => StructuredDataDarwinLogProperties.td} | 0 source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 8 ++++---- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 4 ++-- .../DWARF/{Properties.td => SymbolFileDWARFProperties.td} | 0 source/Target/CMakeLists.txt | 8 ++++---- source/Target/Platform.cpp | 4 ++-- source/Target/Process.cpp | 4 ++-- source/Target/Target.cpp | 8 ++++---- source/Target/{Properties.td => TargetProperties.td} | 0 source/Target/Thread.cpp | 4 ++-- 34 files changed, 71 insertions(+), 71 deletions(-) rename source/Core/{Properties.td => CoreProperties.td} (100%) rename source/Interpreter/{Properties.td => InterpreterProperties.td} (100%) rename source/Plugins/DynamicLoader/Darwin-Kernel/{Properties.td => DynamicLoaderD [...] rename source/Plugins/JITLoader/GDB/{Properties.td => JITLoaderGDBProperties.td} (100%) rename source/Plugins/Platform/MacOSX/{Properties.td => PlatformMacOSXProperties.t [...] rename source/Plugins/Process/MacOSX-Kernel/{Properties.td => ProcessKDPProperties [...] rename source/Plugins/Process/gdb-remote/{Properties.td => ProcessGDBRemotePropert [...] rename source/Plugins/StructuredData/DarwinLog/{Properties.td => StructuredDataDar [...] rename source/Plugins/SymbolFile/DWARF/{Properties.td => SymbolFileDWARFProperties [...] rename source/Target/{Properties.td => TargetProperties.td} (100%)