Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp52 FileSpec python_os_plugin_spec(process->GetPythonOSPluginPath()); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h78 FileSpec GetPythonOSPluginPath() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp215 FileSpec ProcessProperties::GetPythonOSPluginPath() const { in GetPythonOSPluginPath() function in ProcessProperties