Searched refs:SendEnvironmentPacket (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp323 if (m_gdb_client.SendEnvironmentPacket(env_entry) != 0)
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h129 SendEnvironmentPacket (char const *name_equal_value);
H A DGDBRemoteCommunicationClient.cpp976 GDBRemoteCommunicationClient::SendEnvironmentPacket (char const *name_equal_value) function in class:GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp726 if (env_entry == NULL || m_gdb_comm.SendEnvironmentPacket(env_entry) != 0)

Completed in 660 milliseconds