Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp423 const char *arch_triple = arch_spec.GetTriple().str().c_str(); in LaunchProcess() local
425 m_gdb_client.SendLaunchArchPacket(arch_triple); in LaunchProcess()
429 __FUNCTION__, arch_triple ? arch_triple : "<NULL>"); in LaunchProcess()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp980 const char *arch_triple = packet.Peek(); in Handle_QLaunchArch() local
982 HostInfo::GetAugmentedArchSpec(arch_triple)); in Handle_QLaunchArch()