Lines Matching refs:client
10 from . import client
73 from . import client
75 Client = client.Client()
91 client.TerminateProcesses()
114 client.TerminateProcesses()
127 def step_once(client): argument
128 client.Control.Execute("p")
130 client.Control.WaitForEvent()
132 if client.Control.GetExecutionStatus() == control.DebugStatus.DEBUG_STATUS_NO_DEBUGGEE:
136 client.Control.GetExecutionStatus()
137 return probe_state(client)
139 def main_loop(client): argument
142 res = step_once(client)
144 def cleanup(client): argument
145 client.TerminateProcesses()