Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h125 int SendArgumentsPacket(const ProcessLaunchInfo &launch_info);
H A DGDBRemoteCommunicationClient.cpp780 int GDBRemoteCommunicationClient::SendArgumentsPacket( in SendArgumentsPacket() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp887 int arg_packet_err = m_gdb_comm.SendArgumentsPacket(launch_info); in DoLaunch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp440 arg_packet_err = m_gdb_client.SendArgumentsPacket(launch_info); in LaunchProcess()