Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h124 int SendLaunchArchPacket(const char *arch);
H A DGDBRemoteCommunicationClient.cpp923 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { in SendLaunchArchPacket() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp836 m_gdb_comm.SendLaunchArchPacket( in DoLaunch()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp363 m_gdb_client_up->SendLaunchArchPacket(arch_triple); in LaunchProcess()