Searched refs:GetLLDBPath (Results 1 – 10 of 10) sorted by relevance
/external/lldb/source/API/ |
D | SBHostOS.cpp | 34 if (Host::GetLLDBPath (ePathTypePythonDir, lldb_python_spec)) in GetLLDBPythonPath()
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 928 Host::GetLLDBPath (PathType path_type, FileSpec &file_spec) in GetLLDBPath() function in Host 943 … FileSpec lldb_file_spec (Host::GetModuleFileSpecForHostAddress ((void *)Host::GetLLDBPath)); in GetLLDBPath() 957 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath() 989 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath() 1021 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath() 1067 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath()
|
/external/lldb/include/lldb/Host/ |
D | Host.h | 415 GetLLDBPath (PathType path_type,
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunication.cpp | 542 if (Host::GetLLDBPath (ePathTypeSupportExecutableDir, debugserver_file_spec)) in StartDebugserverProcess()
|
D | ProcessGDBRemote.cpp | 2473 if (Host::GetLLDBPath (ePathTypeSupportExecutableDir, debugserver_file_spec)) in StartDebugserverProcess()
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwin.cpp | 925 if (Host::GetLLDBPath (ePathTypeLLDBShlibDir, temp_file_spec)) in GetDeveloperDirectory()
|
/external/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 | 496 if (Host::GetLLDBPath (ePathTypeLLDBSystemPlugins, dir_spec)) in InstanceInitialize() 509 if (Host::GetLLDBPath (ePathTypeLLDBUserPlugins, dir_spec)) in InstanceInitialize()
|
/external/lldb/source/Interpreter/ |
D | ScriptInterpreterPython.cpp | 3110 if (Host::GetLLDBPath (ePathTypePythonDir, file_spec)) in InitializePrivate() 3122 if (Host::GetLLDBPath (ePathTypeLLDBShlibDir, file_spec)) in InitializePrivate()
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 373 // if (!Host::GetLLDBPath (ePathTypeSupportExecutableDir, darwin_debug_file_spec)) 528 if (!Host::GetLLDBPath (ePathTypeSupportExecutableDir, darwin_debug_file_spec))
|