aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/FileSpec.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner1-931/+0
2017-03-22Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner1-114/+4
2017-03-22Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath1-4/+114
2017-03-22Delete the remainder of platform specific code in FileSpec.Zachary Turner1-114/+4
2017-03-21Move StringList from Core -> Utility.Zachary Turner1-1/+1
2017-03-13Fix windows build broken by r297612Pavel Labath1-1/+1
2017-03-13Fix android buildPavel Labath1-1/+1
2017-03-13Fix Linux build for the FileSpec changesPavel Labath1-5/+2
2017-03-13Use LLVM for file / directory enumeration.Zachary Turner1-243/+36
2017-03-08Resubmit FileSystem changes.Zachary Turner1-98/+45
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath1-45/+98
2017-03-07Remove FileSpec dependency on FileSystem.Zachary Turner1-29/+23
2017-03-07Fix linux build.Zachary Turner1-2/+2
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner1-69/+22
2017-03-06Add missing include in FileSpec.Zachary Turner1-0/+1
2017-03-06Remove dependency from FileSpec to ArchSpec.Zachary Turner1-9/+8
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner1-76/+0
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-1/+1
2017-03-03Remove some dead code in FileSpec.Zachary Turner1-15/+0
2017-02-24Delete DataBufferMemoryMap.Zachary Turner1-34/+0
2017-02-16Reindent the code to avoid an error with gcc:Sylvestre Ledru1-35/+35
2017-02-02Move classes from Core -> Utility.Zachary Turner1-3/+3
2017-01-16Fix windows unit testsPavel Labath1-1/+1
2017-01-16FileSpec: Fix PrependPathComponent("/")Pavel Labath1-24/+22
2016-12-16Add methods to enable using formatv syntax in LLDB.Zachary Turner1-4/+47
2016-11-30Fix handling of consecutive slashes in FileSpec::GetNormalizedPath()Pavel Labath1-1/+2
2016-11-15Fix uninitialized members.Sam McCall1-4/+2
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-1/+1
2016-11-01Remove TimeValue usage from FileSpec.hPavel Labath1-8/+0
2016-10-31Improve ".." handling in FileSpec normalizationPavel Labath1-99/+52
2016-09-27Update FileSpec's interface to use StringRefs.Zachary Turner1-120/+100
2016-09-21Make lldb::Regex use StringRef.Zachary Turner1-9/+9
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1302/+1091
2016-08-23Change the PathMappingList::FindFile to use FileSpec API'sJim Ingham1-0/+3
2016-04-19llvm::sys::path::home_directory() relies on having "HOME" set in the environm...Greg Clayton1-1/+15
2016-04-14FileSpec: make matching separator-agnostic againPavel Labath1-0/+2
2016-04-04Make FileSpec handling platform-independentPavel Labath1-26/+100
2016-03-22Unicode support on Win32.Zachary Turner1-22/+34
2016-03-11Fix a couple of cornercases in FileSpec + testsPavel Labath1-24/+22
2016-03-02Add support for reading line tables from PDB files.Zachary Turner1-7/+17
2016-02-24Some fixes for case insensitive paths on Windows.Zachary Turner1-53/+61
2015-10-20When calling FileSpec::AppendPathComponent() we don't need to include "." in ...Greg Clayton1-1/+1
2015-09-18Moved ResolveSymbolicLink() to the FileSystem where it belongs, thanksSean Callanan1-26/+0
2015-09-18Added support for resolving symbolic links to FileSpec.Sean Callanan1-0/+26
2015-09-01Simplify find_first_of & find_last_of on single char.Bruce Mitchener1-1/+1
2015-07-21Fix FileSpec::IsSymlink implementation.Oleksiy Vyalov1-0/+22
2015-06-30Fix windows build.Ewan Crawford1-34/+28
2015-06-29Rewrite FileSpec::EnumerateDirectory to avoid code duplication.Chaoren Lin1-197/+16
2015-06-29Avoid a recursive function call that could run LLDB out of file descriptors i...Greg Clayton1-0/+192
2015-06-09Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin1-1/+7