Lines Matching +full:wait +full:- +full:state
6 Try wait for event...
7 …er = 0x1009c8410, type = 0x00000001, data = { process = 0x1009c8400 (pid = 21528), state = running}
9 Process state: running
11 Try wait for event...
12 …er = 0x1009c8410, type = 0x00000001, data = { process = 0x1009c8400 (pid = 21528), state = stopped}
14 Process state: stopped
16 Try wait for event...
17 …ter = 0x1009c8410, type = 0x00000001, data = { process = 0x1009c8400 (pid = 21528), state = exited}
19 Process state: exited
21 Try wait for event...
57 # Create MyListeningThread class to wait for any kind of event.
66 print('Try wait for event...')
75 print('Process state:', lldbutil.state_type_to_str(process.GetState()))
88 # able to receive the state changed events.
92 # able to receive the state changed event, too.
95 # Wait until the 'MyListeningThread' terminates.
100 "__init__(self, int type, str data) -> SBEvent (make an event that contains a C string)"