Home
last modified time | relevance | path

Searched defs:quit (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp33 bool &quit) { return this->Handle_QErrorStringEnable(packet); }); in GDBRemoteCommunicationServer()
46 Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) { in GetPacketAndSendResponse()
H A DGDBRemoteCommunicationServerPlatform.cpp149 bool &interrupt, bool &quit) { in GDBRemoteCommunicationServerPlatform()
H A DGDBRemoteCommunicationServerLLGS.cpp232 bool &interrupt, bool &quit) { in RegisterPacketHandlers()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py84 def quit(self, gracefully=True): member in PExpectTest