Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h92 void SetPythonOSPluginPath(const FileSpec &file);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp269 void ProcessProperties::SetPythonOSPluginPath(const FileSpec &file) { in SetPythonOSPluginPath() function in ProcessProperties