summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/FileSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Delegate path operations to FileSpec.Chaoren Lin2015-06-051-5/+44
* Fix LLDB so that it can correctly track down dependent shared libraries that ...Greg Clayton2015-06-021-0/+8
* Working directory FileSpec should use remote path syntax to display correctly.Chaoren Lin2015-05-291-0/+15
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-2/+30
* Make FileSpec::Dump use FileSpec::GetPath(), not the other way around.Chaoren Lin2015-05-281-44/+62
* Remove trailing slash from dumping directory FileSpec.Chaoren Lin2015-05-191-3/+4
* Set path syntax for remote executable FileSpec.Chaoren Lin2015-05-091-6/+10
* Make sure that the following paths say they are equal:Greg Clayton2015-05-051-0/+2
* [Python] Fix issue configuring sys.path during startup.Zachary Turner2015-04-091-7/+13
* Fix FileSpec::GetPath to return null-terminated stringsIlia K2015-02-271-4/+2
* When FileSpec::Resolve is given a bare file like "ls",Jason Molenda2015-02-251-0/+13
* Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton2015-02-231-0/+9
* Fix a handling of full path in break-insert.Hafiz Abid Qadeer2015-02-081-0/+6
* Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton2015-01-211-2/+1
* Fix creation of StringRef in FileSpec::ResolveUsername()Jason Molenda2015-01-201-1/+1
* Fix some posix assumptions related to running shell commands.Zachary Turner2014-12-081-8/+21
* Reverting r223548 which broke running in the shell on OS X.Jim Ingham2014-12-061-21/+8
* Fix some posix assumptions related to running shell commands.Zachary Turner2014-12-061-8/+21
* Only normalize FileSpec paths *after* resolving them.Zachary Turner2014-12-011-2/+6
* For some reason, sometimes the directory paths that clang emits have internalJim Ingham2014-11-151-2/+116
* Fix the build for LLVM changesEnrico Granata2014-11-041-1/+4
* Ensure that m_syntax is initialized in all the FileSpecJason Molenda2014-10-151-5/+6
* Nope, I was right originally. ResolveUsername should resolve "~" to the Jim Ingham2014-09-121-2/+3
* Don't make paths with /Foo//bar, that confuses everybody down the line.Jim Ingham2014-09-121-1/+10
* Revert 217719, that wasn't the right fix, that should complete user names, andJim Ingham2014-09-121-2/+2
* ResolveUsername should resolve "~" to the user's home directory as well as "~...Jim Ingham2014-09-121-2/+2
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-17/+19
* Don't crash when specifying a core file that isn't readable.Greg Clayton2014-08-151-0/+9
* Host: remove unused functionSaleem Abdulrasool2014-08-091-21/+0
* Fix bug causing FileSpec::GetPath() to crash with a null dest.Zachary Turner2014-08-081-0/+3
* Optimizations for FileSpec.Zachary Turner2014-08-071-138/+75
* Fix FileSpec to be able to understand Windows paths.Zachary Turner2014-08-071-45/+64
* Fix typos.Bruce Mitchener2014-07-011-2/+2
* Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they ...Greg Clayton2014-05-301-35/+8
* Replace some Windows specific string functions with std::string.Hafiz Abid Qadeer2014-03-121-4/+3
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-11/+21
* Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12)Virgile Bello2013-09-201-0/+2
* Add backslash as path separator for Win32.Virgile Bello2013-09-201-1/+10
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+135
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-2/+96
* Don't depend on set being transitively included.Rafael Espindola2013-06-131-0/+1
* Update for llvm change.Rafael Espindola2013-06-131-3/+2
* Use the global functions instead of the Program methods.Rafael Espindola2013-06-121-1/+1
* Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2013-05-151-0/+2
* A few small fixes to make things like image list notJason Molenda2013-05-061-2/+4
* fix a couple of clang static analyzer warnings.Jason Molenda2013-05-041-0/+4
* Don't return a reference to a local variable, and removed a redundant API.Greg Clayton2013-04-291-13/+3
* Add a few new methods to FileSpec to make it a little easier to workJason Molenda2013-04-291-2/+27
* Fixed being able to mmap an entire file by letting the default args "do the r...Greg Clayton2013-04-201-1/+2
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
OpenPOWER on IntegriCloud