Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h115 int SendLaunchArchPacket(const char *arch);
H A DGDBRemoteCommunicationClient.cpp904 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { in SendLaunchArchPacket() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp733 m_gdb_comm.SendLaunchArchPacket( in DoLaunch()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp360 m_gdb_client_up->SendLaunchArchPacket(arch_triple); in LaunchProcess()