Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp346 PythonDictionary host_info_dict (target_dict.GetItemForKey("host-info")); in ParsePythonTargetDefinition() local
347 if (host_info_dict) in ParsePythonTargetDefinition()
349 ArchSpec host_arch (host_info_dict.GetItemForKeyAsString(PythonString("triple"))); in ParsePythonTargetDefinition()