summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/linux/HostInfoLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-22/+17
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+3
* [FileSystem] Fix Exists call sitesJonas Devlieghere2018-11-011-2/+3
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-28/+11
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+6
* [Host] Respect LLVM_LIBDIR_SUFFIX when looking for LLDB plugins on LinuxMichal Gorny2018-01-291-1/+2
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* Delete some dead code in HostInfo.Zachary Turner2017-03-211-2/+0
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-4/+6
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-221/+182
* 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