Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteHostInfo.py107 def validate_darwin_minimum_host_info_keys(self, host_info_dict): argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp332 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition() local