Lines Matching full:event
6 Try wait for event...
7 …Event description: 0x103d0bb70 Event: broadcaster = 0x1009c8410, type = 0x00000001, data = { proce…
8 Event data flavor: Process::ProcessEventData
11 Try wait for event...
12 …Event description: 0x103a700a0 Event: broadcaster = 0x1009c8410, type = 0x00000001, data = { proce…
13 Event data flavor: Process::ProcessEventData
16 Try wait for event...
17 …Event description: 0x103d0d4a0 Event: broadcaster = 0x1009c8410, type = 0x00000001, data = { proce…
18 Event data flavor: Process::ProcessEventData
21 Try wait for event...
22 timeout occurred waiting for event...
24 from test/python_api/event/TestEventspy: ::
45 # Create an empty event object.
46 event = lldb.SBEvent()
57 # Create MyListeningThread class to wait for any kind of event.
62 # Let's only try at most 4 times to retrieve any kind of event.
66 print('Try wait for event...')
70 event):
72 desc = lldbutil.get_description(event))
73 print('Event description:', desc)
74 print('Event data flavor:', event.GetDataFlavor())
79 print 'timeout occurred waiting for event...'
92 # able to receive the state changed event, too.
100 "__init__(self, int type, str data) -> SBEvent (make an event that contains a C string)"