Revision of the patch from Andrew Kaylor <andrew.kaylor@intel.com> to prevent missing...
authorJim Ingham <jingham@apple.com>
Tue, 13 Nov 2012 19:09:45 +0000 (19:09 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 13 Nov 2012 19:09:45 +0000 (19:09 +0000)
commite9322ce61a763212da2efd9ec5674e892fdd1b77
tree29596735cdcda6bc68755ddc10d4431513a54e39
parent3403feb1d0d32e956e3045dfd5072a3d1d9adb88
Revision of the patch from Andrew Kaylor <andrew.kaylor@intel.com> to prevent missing an event added in WaitForEventsInternal, narrowing the time in which we are not accepting new events.  Also, made everything that was protected private, since there really isn't any good reason why subclasses would have to muck with the listener internals.

llvm-svn: 167857
lldb/include/lldb/Core/Listener.h
lldb/source/Core/Listener.cpp