Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp27 : GDBRemoteCommunication(comm_name, listener_name), m_exit_now(false) { in GDBRemoteCommunicationServer()
83 if (m_exit_now) in GetPacketAndSendResponse()
DGDBRemoteCommunicationServer.h54 bool m_exit_now; // use in asynchronous handling to indicate process should variable
DGDBRemoteCommunicationServerLLGS.cpp872 m_exit_now = true; in HandleInferiorState_Exited()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.h192 bool m_exit_now; variable
DProcessFreeBSD.cpp256 m_message_mutex(), m_exit_now(false), m_seen_initial_stop(), in ProcessFreeBSD()
478 m_exit_now = true; in DoDestroy()