Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp383 SBFileSpec python_file_spec = SBHostOS::GetLLDBPythonPath(); in ProcessArgs() local
384 if (python_file_spec.IsValid()) { in ProcessArgs()
386 size_t num_chars = python_file_spec.GetPath(python_path, PATH_MAX); in ProcessArgs()