Home
last modified time | relevance | path

Searched refs:is_platform (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.h34 GDBRemoteCommunicationServer(bool is_platform);
DGDBRemoteCommunication.h43 bool is_platform);
DGDBRemoteCommunication.cpp134 bool is_platform) : in GDBRemoteCommunication() argument
142 m_is_platform (is_platform) in GDBRemoteCommunication()
DGDBRemoteCommunicationClient.h39 GDBRemoteCommunicationClient(bool is_platform);
DGDBRemoteCommunicationServer.cpp38 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer(bool is_platform) : in GDBRemoteCommunicationServer() argument
39 GDBRemoteCommunication ("gdb-remote.server", "gdb-remote.server.rx_packet", is_platform), in GDBRemoteCommunicationServer()
DGDBRemoteCommunicationClient.cpp39 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient(bool is_platform) : in GDBRemoteCommunicationClient() argument
40 GDBRemoteCommunication("gdb-remote.client", "gdb-remote.client.rx_packet", is_platform), in GDBRemoteCommunicationClient()