Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectProcess.cpp585 ArchSpec old_arch_spec = target->GetArchitecture(); in DoExecute() local
679 if (!old_arch_spec.IsValid()) in DoExecute()
683 else if (!old_arch_spec.IsExactMatch(target->GetArchitecture())) in DoExecute()
686 old_arch_spec.GetTriple().getTriple().c_str(), in DoExecute()