9#ifndef LLDB_SOURCE_HOST_PYTHONPATHSETUP_H
10#define LLDB_SOURCE_HOST_PYTHONPATHSETUP_H
12#include "llvm/Support/Error.h"
14#ifdef LLDB_PYTHON_DLL_RELATIVE_PATH
21bool AddPythonDLLToSearchPath();
llvm::Expected< std::string > SetupPythonRuntimeLibrary()
Attempts to setup the DLL search path for the Python runtime library.