Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h116 int SendLaunchArchPacket(const char *arch);
H A DGDBRemoteCommunicationClient.cpp922 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { in SendLaunchArchPacket() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp739 m_gdb_comm.SendLaunchArchPacket( in DoLaunch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp366 m_gdb_client_up->SendLaunchArchPacket(arch_triple); in LaunchProcess()