summaryrefslogtreecommitdiff
path: root/lldb/source/Host/linux/HostInfoLinux.cpp
AgeCommit message (Expand)Author
2014-09-09Create a HostThread abstraction.Zachary Turner
2014-08-25Change back all paths returns for lldb::PathType enumerations from HostInfo::...Greg Clayton
2014-08-21Move the rest of the HostInfo functions over.Zachary Turner
2014-08-21Fix compile error on Linux due to previous commit.Zachary Turner
2014-08-21Convert static constructors to be explicitly initialized at startupZachary Turner
2014-08-21Move Host::GetLLDBPath to HostInfo.Zachary Turner
2014-08-20Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner
2014-08-19Move some Host logic into HostInfo class.Zachary Turner