Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h83 void SetPythonOSPluginPath(const FileSpec &file);
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp229 void ProcessProperties::SetPythonOSPluginPath(const FileSpec &file) { in SetPythonOSPluginPath() function in ProcessProperties