Home
last modified time | relevance | path

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

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