Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp145 const char *lldb_python_home = LLDB_PYTHON_HOME; in InitializePythonHome() local
148 if (llvm::sys::path::is_absolute(lldb_python_home)) { in InitializePythonHome()
149 absolute_python_home = lldb_python_home; in InitializePythonHome()
155 llvm::sys::path::append(path, lldb_python_home); in InitializePythonHome()