summaryrefslogtreecommitdiff
path: root/source/Host/common/HostInfoBase.cpp
AgeCommit message (Expand)Author
2018-12-03[Reproducers] Change how reproducers are initialized.Jonas Devlieghere
2018-11-13Add GDB remote packet reproducer.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2018-06-20Remove dependency from Host to pythonPavel Labath
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath
2018-06-04Remove dependency from Host to clang.Zachary Turner
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-02-16[lldb][PPC64] Fixed vector and struct return valuePavel Labath
2018-01-15Fix HostInfoBase::ComputeSharedLibraryDirectory commentPavel Labath
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-11-13Remove last Host usage from ArchSpecPavel Labath
2017-10-31Invert ArchSpec<->Platform dependencyPavel Labath
2017-03-21Delete some dead code in HostInfo.Zachary Turner
2017-03-19Remove FileSystem::MakeDirectory.Zachary Turner
2017-03-09Remove LLDB's recursive directory deletion function.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-08Remove Android.hPavel Labath
2016-04-14Support Linux on SystemZ as platformUlrich Weigand
2016-02-19Don't use an atexit handler for cleaning up the temp directory.Zachary Turner
2016-01-11Make the aarch64 lldb-server capable of debugging arm32 applicationsTamas Berghammer
2015-10-16Fix temporary directory computation on linux (pr25147)Pavel Labath
2015-10-15Revert "Fix temporary directory computation on linux (pr25147)"Pavel Labath
2015-10-15Fix temporary directory computation on linux (pr25147)Pavel Labath
2015-09-18Moved ResolveSymbolicLink() to the FileSystem where it belongs, thanksSean Callanan
2015-09-18Added support for resolving symbolic links to FileSpec.Sean Callanan
2015-07-28Fix warnings detected by -Wpessimizing-movePavel Labath
2015-06-01Fix TestPaths.Chaoren Lin
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-05-08Use /data/local/tmp as temp directory on androidTamas Berghammer
2015-03-17[MIPS] - Register Context for MIPS64Mohit K. Bhakkad
2015-03-10Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov
2015-02-26Use getProcessTriple inside HostInfoBase::ComputeHostArchitectureSupport inst...Oleksiy Vyalov
2015-02-08Fix sorting. Spotted by emaste.Justin Hibbits
2015-02-08PowerPC64 host also supports 32-bit binaries, so note it.Justin Hibbits
2015-02-03Fixed bugs in the multi-threaded access in HostInfoBase. Prior to this fix, s...Greg Clayton
2014-12-08Fix some posix assumptions related to running shell commands.Zachary Turner
2014-12-06Reverting r223548 which broke running in the shell on OS X.Jim Ingham
2014-12-06Fix some posix assumptions related to running shell commands.Zachary Turner
2014-12-05Add support for embedding Clang compiler headersSean Callanan
2014-09-09Create a HostThread abstraction.Zachary Turner
2014-08-27lldb AArch64 should be listed as yet another 64-bit architecture in HostInfoB...Todd Fiala
2014-08-25Change back all paths returns for lldb::PathType enumerations from HostInfo::...Greg Clayton
2014-08-21Convert static constructors to be explicitly initialized at startupZachary Turner
2014-08-21Move Host::GetLLDBPath to HostInfo.Zachary Turner
2014-08-20Revert "Avoid global contstructors and place static variablesZachary Turner