This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 1853ff6 Remove a spurious reference to ProcessElfCore new 3f2cda4 Use Timeout<> in the Listener 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/Listener.h | 36 +++-------- source/API/SBDebugger.cpp | 4 +- source/API/SBListener.cpp | 26 ++++---- source/Core/Communication.cpp | 8 +-- source/Core/Debugger.cpp | 4 +- source/Core/IOHandler.cpp | 2 +- source/Core/Listener.cpp | 71 +++++++--------------- .../Process/gdb-remote/ProcessGDBRemote.cpp | 6 +- source/Target/Process.cpp | 46 +++++++++----- unittests/Core/BroadcasterTest.cpp | 11 ++-- unittests/Core/ListenerTest.cpp | 66 ++++++++++---------- .../Process/gdb-remote/GDBRemoteClientBaseTest.cpp | 5 +- 12 files changed, 125 insertions(+), 160 deletions(-)