Home
last modified time | relevance | path

Searched refs:GetPythonOSPluginPath (Results 1 – 3 of 3) 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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h80 FileSpec GetPythonOSPluginPath() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp215 FileSpec ProcessProperties::GetPythonOSPluginPath() const { in GetPythonOSPluginPath() function in ProcessProperties