Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h119 int SendArgumentsPacket(const ProcessLaunchInfo &launch_info);
DGDBRemoteCommunicationClient.cpp778 int GDBRemoteCommunicationClient::SendArgumentsPacket( in SendArgumentsPacket() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp881 int arg_packet_err = m_gdb_comm.SendArgumentsPacket(launch_info); in DoLaunch()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp436 arg_packet_err = m_gdb_client.SendArgumentsPacket(launch_info); in LaunchProcess()