This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 5b43fb0 Don't crash when a process' task port goes bad. new 61ce434 Fix some long standing issues that caused tests to be flaky.
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/Broadcaster.h | 47 ++++++--- include/lldb/Core/Event.h | 60 +++++++++-- include/lldb/Core/Listener.h | 7 +- include/lldb/Target/Process.h | 1 - include/lldb/lldb-forward.h | 2 + source/Core/Broadcaster.cpp | 190 +++++++++++++++++++++------------- source/Core/Event.cpp | 33 ++++-- source/Core/Listener.cpp | 113 ++++++++------------ source/Host/posix/HostThreadPosix.cpp | 18 ++-- source/Target/Process.cpp | 68 ++++++------ 10 files changed, 323 insertions(+), 216 deletions(-)