Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/tools/lldb-server/
DTestGdbRemoteHostInfo.py59 host_info_dict = {match.group(1): match.group(2)
65 pprint.pprint(host_info_dict)
68 for (key, val) in list(host_info_dict.items()):
74 return host_info_dict
94 def validate_darwin_minimum_host_info_keys(self, host_info_dict): argument
95 self.assertIsNotNone(host_info_dict)
97 if key not in host_info_dict]
122 host_info_dict = self.get_qHostInfo_response()
123 self.validate_darwin_minimum_host_info_keys(host_info_dict)
131 host_info_dict = self.get_qHostInfo_response()
[all …]
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp349 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition() local
351 host_info_dict->GetValueForKey("triple"); in ParsePythonTargetDefinition()