Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h104 int SendArgumentsPacket(const ProcessLaunchInfo &launch_info);
H A DGDBRemoteCommunicationClient.cpp767 int GDBRemoteCommunicationClient::SendArgumentsPacket( in SendArgumentsPacket() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp855 int arg_packet_err = m_gdb_comm.SendArgumentsPacket(launch_info); in DoLaunch()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp374 arg_packet_err = m_gdb_client_up->SendArgumentsPacket(launch_info); in LaunchProcess()