Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp147 const char *lldb_python_home = LLDB_PYTHON_HOME; in InitializePythonHome() local
150 if (llvm::sys::path::is_absolute(lldb_python_home)) { in InitializePythonHome()
151 absolute_python_home = lldb_python_home; in InitializePythonHome()
157 llvm::sys::path::append(path, lldb_python_home); in InitializePythonHome()