summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/FileSpec.cpp
AgeCommit message (Expand)Author
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-22Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner
2017-03-22Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath
2017-03-22Delete the remainder of platform specific code in FileSpec.Zachary Turner
2017-03-21Move StringList from Core -> Utility.Zachary Turner
2017-03-13Fix windows build broken by r297612Pavel Labath
2017-03-13Fix android buildPavel Labath
2017-03-13Fix Linux build for the FileSpec changesPavel Labath
2017-03-13Use LLVM for file / directory enumeration.Zachary Turner
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath
2017-03-07Remove FileSpec dependency on FileSystem.Zachary Turner
2017-03-07Fix linux build.Zachary Turner
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
2017-03-06Add missing include in FileSpec.Zachary Turner
2017-03-06Remove dependency from FileSpec to ArchSpec.Zachary Turner
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Remove some dead code in FileSpec.Zachary Turner
2017-02-24Delete DataBufferMemoryMap.Zachary Turner
2017-02-16Reindent the code to avoid an error with gcc:Sylvestre Ledru
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-16Fix windows unit testsPavel Labath
2017-01-16FileSpec: Fix PrependPathComponent("/")Pavel Labath
2016-12-16Add methods to enable using formatv syntax in LLDB.Zachary Turner
2016-11-30Fix handling of consecutive slashes in FileSpec::GetNormalizedPath()Pavel Labath
2016-11-15Fix uninitialized members.Sam McCall
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-11-01Remove TimeValue usage from FileSpec.hPavel Labath
2016-10-31Improve ".." handling in FileSpec normalizationPavel Labath
2016-09-27Update FileSpec's interface to use StringRefs.Zachary Turner
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-23Change the PathMappingList::FindFile to use FileSpec API'sJim Ingham
2016-04-19llvm::sys::path::home_directory() relies on having "HOME" set in the environm...Greg Clayton
2016-04-14FileSpec: make matching separator-agnostic againPavel Labath
2016-04-04Make FileSpec handling platform-independentPavel Labath
2016-03-22Unicode support on Win32.Zachary Turner
2016-03-11Fix a couple of cornercases in FileSpec + testsPavel Labath
2016-03-02Add support for reading line tables from PDB files.Zachary Turner
2016-02-24Some fixes for case insensitive paths on Windows.Zachary Turner
2015-10-20When calling FileSpec::AppendPathComponent() we don't need to include "." in ...Greg Clayton
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-09-01Simplify find_first_of & find_last_of on single char.Bruce Mitchener
2015-07-21Fix FileSpec::IsSymlink implementation.Oleksiy Vyalov
2015-06-30Fix windows build.Ewan Crawford
2015-06-29Rewrite FileSpec::EnumerateDirectory to avoid code duplication.Chaoren Lin
2015-06-29Avoid a recursive function call that could run LLDB out of file descriptors i...Greg Clayton
2015-06-09Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin