Fixed python API event test cases.
authorGreg Clayton <gclayton@apple.com>
Fri, 17 Oct 2014 23:58:27 +0000 (23:58 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 17 Oct 2014 23:58:27 +0000 (23:58 +0000)
commita6cffdecdeb40ea20163f927780ab25a9569eb4f
tree32bbc31cf465928ae640c064da2bc698e47ef806
parent9b3d7366d4d5801c39e057444553f0f62d6a7b71
Fixed python API event test cases.

Issues were:
1 - It isn't good to have more than one listener for the process events, just supply a listener at launch instead of making a one then have the process broadcaster add a new listener
2 - run in async mode

llvm-svn: 220113
lldb/test/python_api/event/TestEvents.py