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/
DOperatingSystemPython.cpp58 FileSpec python_os_plugin_spec(process->GetPythonOSPluginPath()); in CreateInstance()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DProcess.h80 FileSpec GetPythonOSPluginPath() const;
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp215 FileSpec ProcessProperties::GetPythonOSPluginPath() const { in GetPythonOSPluginPath() function in ProcessProperties