Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dlldb-python10 info_json = subprocess.run([lldb, "-l", "python", "-print-script-interpreter-info"], variable
12 info = json.loads(info_json)
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp295 auto info_json = unwrapIgnoringErrors( in GetInterpreterInfo() local
298 if (!info_json) in GetInterpreterInfo()
300 return info_json.CreateStructuredDictionary(); in GetInterpreterInfo()