Home
last modified time | relevance | path

Searched refs:arch_triple (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp364 const char *arch_triple = arch_spec.GetTriple().str().c_str(); in LaunchProcess() local
366 m_gdb_client_up->SendLaunchArchPacket(arch_triple); in LaunchProcess()
370 __FUNCTION__, arch_triple ? arch_triple : "<NULL>"); in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1007 const char *arch_triple = packet.Peek(); in Handle_QLaunchArch() local
1009 HostInfo::GetAugmentedArchSpec(arch_triple)); in Handle_QLaunchArch()