Home
last modified time | relevance | path

Searched refs:m_exit_now (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp28 : GDBRemoteCommunication(), m_exit_now(false) { in GDBRemoteCommunicationServer()
84 if (m_exit_now) in GetPacketAndSendResponse()
H A DGDBRemoteCommunicationServer.h49 bool m_exit_now; // use in asynchronous handling to indicate process should variable
H A DGDBRemoteCommunicationServerLLGS.cpp1070 m_exit_now = true; in HandleInferiorState_Exited()
4016 m_exit_now = true; in Handle_vStopped()