Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h145 int SendLaunchArchPacket(const char *arch);
H A DGDBRemoteCommunicationClient.cpp897 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { in SendLaunchArchPacket() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp868 m_gdb_comm.SendLaunchArchPacket( in DoLaunch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp429 m_gdb_client.SendLaunchArchPacket(arch_triple); in LaunchProcess()