Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h41 GDBRemoteCommunication(const char *comm_name,
DGDBRemoteCommunication.cpp132 GDBRemoteCommunication::GDBRemoteCommunication(const char *comm_name, in GDBRemoteCommunication() argument
135 Communication(comm_name), in GDBRemoteCommunication()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.h98 CommunicationKDP (const char *comm_name);
DCommunicationKDP.cpp41 CommunicationKDP::CommunicationKDP (const char *comm_name) : in CommunicationKDP() argument
42 Communication(comm_name), in CommunicationKDP()