Lines Matching refs:connection
36 async def start_tracking_heap_objects(self, message_id, connection, params):
37 response = await communicate_with_debugger_server(connection.instance_id,
38 connection.send_msg_queue,
39 connection.received_msg_queue,
45 async def stop_tracking_heap_objects(self, message_id, connection, params):
46 response = await communicate_with_debugger_server(connection.instance_id,
47 connection.send_msg_queue,
48 connection.received_msg_queue,
51 response = await self.websocket.recv_msg_of_debugger_server(connection.instance_id,
52 connection.received_msg_queue)
59 response = await self.websocket.recv_msg_of_debugger_server(connection.instance_id,
60 connection.received_msg_queue)
66 async def take_heap_snapshot(self, message_id, connection, params):
67 response = await communicate_with_debugger_server(connection.instance_id,
68 connection.send_msg_queue,
69 connection.received_msg_queue,
75 response = await self.websocket.recv_msg_of_debugger_server(connection.instance_id,
76 connection.received_msg_queue)