Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h124 int SendLaunchArchPacket(const char *arch);
H A DGDBRemoteCommunicationClient.cpp890 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { in SendLaunchArchPacket() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp929 m_gdb_comm.SendLaunchArchPacket( in DoLaunch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp421 m_gdb_client.SendLaunchArchPacket(arch_triple); in LaunchProcess()