summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/linux/HostInfoLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093Kate Stone2016-04-271-1/+1
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-2/+2
* Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin2015-06-091-1/+1
* ComputeSupportExeDirectory for LinuxChaoren Lin2015-03-241-3/+5
* Reverted r232883 due to failing tests.Vince Harron2015-03-221-2/+4
* Fix ComputeSupportExeDirectory for Linux (merge with Android).Chaoren Lin2015-03-211-4/+2
* Remove an unused variable found with a Clang warning.Chandler Carruth2015-02-131-1/+0
* Failsafe directory for shared objects and support executables.Chaoren Lin2015-02-101-0/+9
* Fixed bugs in the multi-threaded access in HostInfoBase. Prior to this fix, s...Greg Clayton2015-02-031-25/+21
* Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDes...Oleksiy Vyalov2014-12-091-0/+29
* Create a HostThread abstraction.Zachary Turner2014-09-091-0/+6
* Change back all paths returns for lldb::PathType enumerations from HostInfo::...Greg Clayton2014-08-251-5/+4
* Move the rest of the HostInfo functions over.Zachary Turner2014-08-211-0/+19
* Fix compile error on Linux due to previous commit.Zachary Turner2014-08-211-0/+1
* Convert static constructors to be explicitly initialized at startupZachary Turner2014-08-211-13/+36
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-0/+27
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-0/+23
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-0/+149
OpenPOWER on IntegriCloud