This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0361cc0bf Increase the packet timeout for the jModulesInfo since it can [...] new d34f39994 [CMake] Support generating Config.h new a1d324ae9 [Process/Utility] Remove dead code. NFCI.
The 2 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: cmake/modules/LLDBConfig.cmake | 28 ++++++++++++++- include/lldb/Host/Config.h | 42 +++++----------------- include/lldb/Host/Config.h.cmake | 19 ++++++++++ include/lldb/Host/android/Config.h | 28 --------------- include/lldb/Host/freebsd/Config.h | 28 --------------- include/lldb/Host/linux/Config.h | 28 --------------- include/lldb/Host/macosx/Config.h | 28 --------------- include/lldb/Host/mingw/Config.h | 30 ---------------- include/lldb/Host/msvc/Config.h | 30 ---------------- include/lldb/Host/netbsd/Config.h | 28 --------------- include/lldb/Host/openbsd/Config.h | 28 --------------- source/Host/common/File.cpp | 2 +- .../Utility/RegisterContextOpenBSD_x86_64.cpp | 5 --- 13 files changed, 56 insertions(+), 268 deletions(-) create mode 100644 include/lldb/Host/Config.h.cmake delete mode 100644 include/lldb/Host/android/Config.h delete mode 100644 include/lldb/Host/freebsd/Config.h delete mode 100644 include/lldb/Host/linux/Config.h delete mode 100644 include/lldb/Host/macosx/Config.h delete mode 100644 include/lldb/Host/mingw/Config.h delete mode 100644 include/lldb/Host/msvc/Config.h delete mode 100644 include/lldb/Host/netbsd/Config.h delete mode 100644 include/lldb/Host/openbsd/Config.h