summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/HostInfoBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-33/+0
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-0/+33
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+2
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Remove dependency from Host to pythonPavel Labath2018-06-201-12/+0
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-136/+95
* Remove dependency from Host to clang.Zachary Turner2018-06-041-17/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-9/+9
* [lldb][PPC64] Fixed vector and struct return valuePavel Labath2018-02-161-0/+1
* Fix HostInfoBase::ComputeSharedLibraryDirectory commentPavel Labath2018-01-151-4/+2
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Remove last Host usage from ArchSpecPavel Labath2017-11-131-0/+11
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-0/+18
* Delete some dead code in HostInfo.Zachary Turner2017-03-211-31/+0
* Remove FileSystem::MakeDirectory.Zachary Turner2017-03-191-6/+2
* Remove LLDB's recursive directory deletion function.Zachary Turner2017-03-091-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-29/+30
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-349/+316
* Remove Android.hPavel Labath2016-08-081-2/+3
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+1
* Don't use an atexit handler for cleaning up the temp directory.Zachary Turner2016-02-191-16/+17
* Make the aarch64 lldb-server capable of debugging arm32 applicationsTamas Berghammer2016-01-111-1/+1
* Fix temporary directory computation on linux (pr25147)Pavel Labath2015-10-161-13/+4
* Revert "Fix temporary directory computation on linux (pr25147)"Pavel Labath2015-10-151-4/+13
* Fix temporary directory computation on linux (pr25147)Pavel Labath2015-10-151-13/+4
* 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
OpenPOWER on IntegriCloud