Searched refs:comm_name (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServer.cpp | 26 const char *comm_name, const char *listener_name) in GDBRemoteCommunicationServer() argument 27 : GDBRemoteCommunication(comm_name, listener_name), m_exit_now(false) { in GDBRemoteCommunicationServer()
|
D | GDBRemoteCommunicationServer.h | 34 GDBRemoteCommunicationServer(const char *comm_name,
|
D | GDBRemoteClientBase.h | 34 GDBRemoteClientBase(const char *comm_name, const char *listener_name);
|
D | GDBRemoteClientBase.cpp | 31 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name, in GDBRemoteClientBase() argument 33 : GDBRemoteCommunication(comm_name, listener_name), m_async_count(0), in GDBRemoteClientBase()
|
D | GDBRemoteCommunicationServerCommon.h | 29 GDBRemoteCommunicationServerCommon(const char *comm_name,
|
D | GDBRemoteCommunication.h | 98 GDBRemoteCommunication(const char *comm_name, const char *listener_name);
|
D | GDBRemoteCommunication.cpp | 62 GDBRemoteCommunication::GDBRemoteCommunication(const char *comm_name, in GDBRemoteCommunication() argument 64 : Communication(comm_name), in GDBRemoteCommunication()
|
D | GDBRemoteCommunicationServerCommon.cpp | 60 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/ |
D | CommunicationKDP.h | 80 CommunicationKDP(const char *comm_name);
|
D | CommunicationKDP.cpp | 32 CommunicationKDP::CommunicationKDP(const char *comm_name) in CommunicationKDP() argument 33 : Communication(comm_name), m_addr_byte_size(4), in CommunicationKDP()
|