This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e08a82830 DWARF: Move indexing code from DWARFUnit to ManualDWARFIndex new bab2b9dc4 Move ObjectFile initialization out of SystemInitializerCommon
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/API/SystemInitializerFull.cpp | 12 +++++++++ source/Initialization/CMakeLists.txt | 3 --- source/Initialization/SystemInitializerCommon.cpp | 9 ------- tools/lldb-server/CMakeLists.txt | 9 +++++++ tools/lldb-server/SystemInitializerLLGS.cpp | 33 +++++++++++++++++++++++ tools/lldb-server/SystemInitializerLLGS.h | 21 +++++++++++++++ tools/lldb-server/lldb-server.cpp | 6 ++--- tools/lldb-test/SystemInitializerTest.cpp | 12 +++++++++ 8 files changed, 90 insertions(+), 15 deletions(-) create mode 100644 tools/lldb-server/SystemInitializerLLGS.cpp create mode 100644 tools/lldb-server/SystemInitializerLLGS.h