summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/FileSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-3/+2
* Change EnumerateDirectory from using readdir() to using readdir_r()Jason Molenda2013-04-041-2/+13
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
* Fix a little think-o. In FileSpec::operator== we were trying to figure out w...Jim Ingham2012-11-031-1/+1
* Caught two cases where we were passing a Stream* without checking for NULLEnrico Granata2012-11-031-4/+7
* <rdar://problem/12462048>Greg Clayton2012-10-181-0/+24
* OptionValueFileSpec had an accessor to read the contents of the file and retu...Greg Clayton2012-08-301-1/+31
* <rdar://problem/11757916>Greg Clayton2012-08-291-9/+32
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-7/+1
* <rdar://problem/10652336>Greg Clayton2012-01-061-4/+16
* <rdar://problem/10507811>Greg Clayton2012-01-041-64/+13
* Fix build under gcc.Johnny Chen2011-10-181-2/+2
* this patch introduces a new command script import command which takes as inpu...Enrico Granata2011-10-171-1/+30
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-3/+3
* Changed to using an "operator bool" instead of an "operator void*"Greg Clayton2011-09-121-3/+2
* Patch by Matt Johnson to silence G++ warnings!Johnny Chen2011-07-191-1/+1
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-1/+1
* Some OpenBSD patches from Amit Kulkarni.Greg Clayton2011-04-011-0/+2
OpenPOWER on IntegriCloud