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.cpp357 const char *arch_triple = arch_spec.GetTriple().str().c_str(); in LaunchProcess() local
359 m_gdb_client_up->SendLaunchArchPacket(arch_triple); in LaunchProcess()
363 __FUNCTION__, arch_triple ? arch_triple : "<NULL>"); in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1009 const char *arch_triple = packet.Peek(); in Handle_QLaunchArch() local
1011 HostInfo::GetAugmentedArchSpec(arch_triple)); in Handle_QLaunchArch()