Home
last modified time | relevance | path

Searched defs: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
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp314 auto info_json = unwrapIgnoringErrors( in GetInterpreterInfo() local