Searched refs:info_json (Results 1 – 2 of 2) sorted by relevance
10 info_json = subprocess.run([lldb, "-l", "python", "-print-script-interpreter-info"], variable12 info = json.loads(info_json)
295 auto info_json = unwrapIgnoringErrors( in GetInterpreterInfo() local298 if (!info_json) in GetInterpreterInfo()300 return info_json.CreateStructuredDictionary(); in GetInterpreterInfo()