summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/HostInfoBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved ResolveSymbolicLink() to the FileSystem where it belongs, thanksSean Callanan2015-09-181-1/+1
* Added support for resolving symbolic links to FileSpec.Sean Callanan2015-09-181-1/+4
* Fix warnings detected by -Wpessimizing-movePavel Labath2015-07-281-1/+1
* Fix TestPaths.Chaoren Lin2015-06-011-2/+2
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-9/+6
* Use /data/local/tmp as temp directory on androidTamas Berghammer2015-05-081-5/+17
* [MIPS] - Register Context for MIPS64Mohit K. Bhakkad2015-03-171-0/+1
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-17/+45
* Use getProcessTriple inside HostInfoBase::ComputeHostArchitectureSupport inst...Oleksiy Vyalov2015-02-261-1/+1
* Fix sorting. Spotted by emaste.Justin Hibbits2015-02-081-1/+1
* PowerPC64 host also supports 32-bit binaries, so note it.Justin Hibbits2015-02-081-1/+1
* Fixed bugs in the multi-threaded access in HostInfoBase. Prior to this fix, s...Greg Clayton2015-02-031-108/+159
* Fix some posix assumptions related to running shell commands.Zachary Turner2014-12-081-6/+12
* Reverting r223548 which broke running in the shell on OS X.Jim Ingham2014-12-061-12/+6
* Fix some posix assumptions related to running shell commands.Zachary Turner2014-12-061-6/+12
* Add support for embedding Clang compiler headersSean Callanan2014-12-051-0/+12
* Create a HostThread abstraction.Zachary Turner2014-09-091-0/+6
* lldb AArch64 should be listed as yet another 64-bit architecture in HostInfoB...Todd Fiala2014-08-271-0/+1
* Change back all paths returns for lldb::PathType enumerations from HostInfo::...Greg Clayton2014-08-251-2/+2
* Convert static constructors to be explicitly initialized at startupZachary Turner2014-08-211-40/+55
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-0/+171
* Revert "Avoid global contstructors and place static variablesZachary Turner2014-08-201-19/+18
* Avoid global contstructors and place static variables inside classes as stati...Greg Clayton2014-08-201-18/+19
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-4/+57
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-0/+78
OpenPOWER on IntegriCloud