Searched defs:quit (Results 1 – 4 of 4) sorted by relevance
33 bool &quit) { return this->Handle_QErrorStringEnable(packet); }); in GDBRemoteCommunicationServer()46 Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) { in GetPacketAndSendResponse()
149 bool &interrupt, bool &quit) { in GDBRemoteCommunicationServerPlatform()
232 bool &interrupt, bool &quit) { in RegisterPacketHandlers()
84 def quit(self, gracefully=True): member in PExpectTest