Lines Matching defs:packet
78 def A(self, packet):
104 def vRun(self, packet):
124 "settings set plugin.process.gdb-remote.use-g-packet-for-reading true"
128 "settings set plugin.process.gdb-remote.use-g-packet-for-reading false"
135 # We want to make sure that the process is using the g packet, but it's
139 # Also, even with the use-g-packet-for-reading lldb will sometimes send p0
140 # early on to see if the packet is supported. So we can't say that there
142 # But there certainly should be no p packets after the g packet.
150 self.fail("'g' packet not found after fetching registers")
154 self.fail("Found more than one 'g' packet")
158 # Make sure there aren't any `p` packets after the `g` packet:
173 "settings set plugin.process.gdb-remote.use-g-packet-for-reading false"
259 def A(self, packet):
322 def vRun(self, packet):
326 def A(self, packet):
367 def vRun(self, packet):
418 def vRun(self, packet):
422 def QEnvironment(self, packet):
473 def D(self, packet):
474 self.detached = packet
497 def D(self, packet):
498 self.detached = packet