Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp58 FileSpec python_os_plugin_spec(process->GetPythonOSPluginPath()); in CreateInstance() local
59 if (python_os_plugin_spec && in CreateInstance()
60 FileSystem::Instance().Exists(python_os_plugin_spec)) { in CreateInstance()
62 new OperatingSystemPython(process, python_os_plugin_spec)); in CreateInstance()