Home
last modified time | relevance | path

Searched refs:comm_name (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp26 const char *comm_name, const char *listener_name) in GDBRemoteCommunicationServer() argument
27 : GDBRemoteCommunication(comm_name, listener_name), m_exit_now(false) { in GDBRemoteCommunicationServer()
DGDBRemoteCommunicationServer.h34 GDBRemoteCommunicationServer(const char *comm_name,
DGDBRemoteClientBase.h34 GDBRemoteClientBase(const char *comm_name, const char *listener_name);
DGDBRemoteClientBase.cpp31 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name, in GDBRemoteClientBase() argument
33 : GDBRemoteCommunication(comm_name, listener_name), m_async_count(0), in GDBRemoteClientBase()
DGDBRemoteCommunicationServerCommon.h29 GDBRemoteCommunicationServerCommon(const char *comm_name,
DGDBRemoteCommunication.h98 GDBRemoteCommunication(const char *comm_name, const char *listener_name);
DGDBRemoteCommunication.cpp62 GDBRemoteCommunication::GDBRemoteCommunication(const char *comm_name, in GDBRemoteCommunication() argument
64 : Communication(comm_name), in GDBRemoteCommunication()
DGDBRemoteCommunicationServerCommon.cpp60 const char *comm_name, const char *listener_name) in GDBRemoteCommunicationServerCommon() argument
61 : GDBRemoteCommunicationServer(comm_name, listener_name), in GDBRemoteCommunicationServerCommon()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.h80 CommunicationKDP(const char *comm_name);
DCommunicationKDP.cpp32 CommunicationKDP::CommunicationKDP(const char *comm_name) in CommunicationKDP() argument
33 : Communication(comm_name), m_addr_byte_size(4), in CommunicationKDP()