This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 85330e428 [DWARF] Align non-accelerated function fullname searching wit [...] new a7a85bac1 Modernize and clean-up the Predicate class
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/Core/Event.h | 5 +- include/lldb/Host/Predicate.h | 112 +++++++++------------ .../Host/posix/ConnectionFileDescriptorPosix.h | 2 +- include/lldb/Target/Process.h | 6 +- source/Commands/CommandObjectProcess.cpp | 4 +- source/Commands/CommandObjectThread.cpp | 2 +- source/Host/common/Host.cpp | 7 +- .../Host/posix/ConnectionFileDescriptorPosix.cpp | 12 +-- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 2 +- source/Target/Process.cpp | 20 ++-- unittests/Host/CMakeLists.txt | 1 + unittests/Host/PredicateTest.cpp | 34 +++++++ 12 files changed, 115 insertions(+), 92 deletions(-) create mode 100644 unittests/Host/PredicateTest.cpp