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

/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp328 int arg_packet_err = m_gdb_client.SendArgumentsPacket (argv);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h109 SendArgumentsPacket (char const *argv[]);
H A DGDBRemoteCommunicationClient.cpp946 GDBRemoteCommunicationClient::SendArgumentsPacket (char const *argv[]) function in class:GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp732 int arg_packet_err = m_gdb_comm.SendArgumentsPacket (launch_info.GetArguments().GetConstArgumentVector());

Completed in 91 milliseconds