Searched refs:comm_name (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationServer.cpp | 28 const char *comm_name, const char *listener_name) in GDBRemoteCommunicationServer() argument 29 : GDBRemoteCommunication(comm_name, listener_name), m_exit_now(false) { in GDBRemoteCommunicationServer()
|
| D | GDBRemoteCommunicationServer.h | 34 GDBRemoteCommunicationServer(const char *comm_name,
|
| D | GDBRemoteClientBase.cpp | 34 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name, in GDBRemoteClientBase() argument 36 : GDBRemoteCommunication(comm_name, listener_name), m_async_count(0), in GDBRemoteClientBase()
|
| D | GDBRemoteClientBase.h | 34 GDBRemoteClientBase(const char *comm_name, const char *listener_name);
|
| 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()
|