Home
last modified time | relevance | path

Searched refs:SendLaunchEventDataPacket (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h123 int SendLaunchEventDataPacket(const char *data,
HDProcessGDBRemote.cpp874 m_gdb_comm.SendLaunchEventDataPacket(launch_event_data); in DoLaunch()
3981 return_value = m_gdb_comm.SendLaunchEventDataPacket(data, &was_supported); in SendEventData()
HDGDBRemoteCommunicationClient.cpp904 int GDBRemoteCommunicationClient::SendLaunchEventDataPacket( in SendLaunchEventDataPacket() function in GDBRemoteCommunicationClient