This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8386d114c Don't attempt to use mpx registers on unsupported platforms new d39ab7d2c MainLoop: Add unit tests
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: include/lldb/Host/MainLoop.h | 7 ++ source/Host/common/MainLoop.cpp | 206 ++++++++++++++++++++-------------------- unittests/Host/CMakeLists.txt | 1 + unittests/Host/MainLoopTest.cpp | 120 +++++++++++++++++++++++ 4 files changed, 229 insertions(+), 105 deletions(-) create mode 100644 unittests/Host/MainLoopTest.cpp