Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp58 FileSpec python_os_plugin_spec(process->GetPythonOSPluginPath()); in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h85 FileSpec GetPythonOSPluginPath() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp212 FileSpec ProcessProperties::GetPythonOSPluginPath() const { in GetPythonOSPluginPath() function in ProcessProperties