Searched refs:SendLaunchEventDataPacket (Results 1 – 3 of 3) sorted by relevance
141 int SendLaunchEventDataPacket(const char *data,
867 m_gdb_comm.SendLaunchEventDataPacket(launch_event_data); in DoLaunch()3961 return_value = m_gdb_comm.SendLaunchEventDataPacket(data, &was_supported); in SendEventData()
912 int GDBRemoteCommunicationClient::SendLaunchEventDataPacket( in SendLaunchEventDataPacket() function in GDBRemoteCommunicationClient