Home
last modified time | relevance | path

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

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