Searched refs:GetLLDBPath (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBHostOS.cpp | 34 if (Host::GetLLDBPath (ePathTypePythonDir, lldb_python_spec)) in GetLLDBPythonPath()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/ |
| D | Host.cpp | 1012 Host::GetLLDBPath (PathType path_type, FileSpec &file_spec) in GetLLDBPath() function in Host 1028 … FileSpec lldb_file_spec (Host::GetModuleFileSpecForHostAddress ((void *)Host::GetLLDBPath)); in GetLLDBPath() 1044 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath() 1082 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath() 1119 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath() 1173 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath() 1548 if (Host::GetLLDBPath (ePathTypeLLDBTempSystemDir, tmpdir_file_spec)) in RunShellCommand()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunication.cpp | 633 if (Host::GetLLDBPath (ePathTypeSupportExecutableDir, debugserver_file_spec)) in StartDebugserverProcess() 693 if (Host::GetLLDBPath (ePathTypeLLDBTempSystemDir, tmpdir_file_spec)) in StartDebugserverProcess()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/ |
| D | Host.h | 447 GetLLDBPath (PathType path_type,
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | PluginManager.cpp | 174 if (Host::GetLLDBPath (ePathTypeLLDBSystemPlugins, dir_spec)) in Initialize() 187 if (Host::GetLLDBPath (ePathTypeLLDBUserPlugins, dir_spec)) in Initialize()
|
| D | Debugger.cpp | 489 if (Host::GetLLDBPath (ePathTypeLLDBSystemPlugins, dir_spec)) in InstanceInitialize() 502 if (Host::GetLLDBPath (ePathTypeLLDBUserPlugins, dir_spec)) in InstanceInitialize()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | ScriptInterpreterPython.cpp | 2564 if (Host::GetLLDBPath (ePathTypePythonDir, file_spec)) in InitializePrivate() 2576 if (Host::GetLLDBPath (ePathTypeLLDBShlibDir, file_spec)) in InitializePrivate()
|