summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/FileSpec.cpp
AgeCommit message (Expand)Author
2015-06-05Delegate path operations to FileSpec.Chaoren Lin
2015-06-02Fix LLDB so that it can correctly track down dependent shared libraries that ...Greg Clayton
2015-05-29Working directory FileSpec should use remote path syntax to display correctly.Chaoren Lin
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-05-28Make FileSpec::Dump use FileSpec::GetPath(), not the other way around.Chaoren Lin
2015-05-19Remove trailing slash from dumping directory FileSpec.Chaoren Lin
2015-05-09Set path syntax for remote executable FileSpec.Chaoren Lin
2015-05-05Make sure that the following paths say they are equal:Greg Clayton
2015-04-09[Python] Fix issue configuring sys.path during startup.Zachary Turner
2015-02-27Fix FileSpec::GetPath to return null-terminated stringsIlia K
2015-02-25When FileSpec::Resolve is given a bare file like "ls",Jason Molenda
2015-02-23Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton
2015-02-08Fix a handling of full path in break-insert.Hafiz Abid Qadeer
2015-01-21Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton
2015-01-20Fix creation of StringRef in FileSpec::ResolveUsername()Jason Molenda
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-01Only normalize FileSpec paths *after* resolving them.Zachary Turner
2014-11-15For some reason, sometimes the directory paths that clang emits have internalJim Ingham
2014-11-04Fix the build for LLVM changesEnrico Granata
2014-10-15Ensure that m_syntax is initialized in all the FileSpecJason Molenda
2014-09-12Nope, I was right originally. ResolveUsername should resolve "~" to the Jim Ingham
2014-09-12Don't make paths with /Foo//bar, that confuses everybody down the line.Jim Ingham
2014-09-12Revert 217719, that wasn't the right fix, that should complete user names, andJim Ingham
2014-09-12ResolveUsername should resolve "~" to the user's home directory as well as "~...Jim Ingham
2014-08-15Move FileSystem functions out of Host and into their own classes.Zachary Turner
2014-08-15Don't crash when specifying a core file that isn't readable.Greg Clayton
2014-08-09Host: remove unused functionSaleem Abdulrasool
2014-08-08Fix bug causing FileSpec::GetPath() to crash with a null dest.Zachary Turner
2014-08-07Optimizations for FileSpec.Zachary Turner
2014-08-07Fix FileSpec to be able to understand Windows paths.Zachary Turner
2014-07-01Fix typos.Bruce Mitchener
2014-05-30Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they ...Greg Clayton
2014-03-12Replace some Windows specific string functions with std::string.Hafiz Abid Qadeer
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-09-20Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12)Virgile Bello
2013-09-20Add backslash as path separator for Win32.Virgile Bello
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello
2013-06-13Don't depend on set being transitively included.Rafael Espindola
2013-06-13Update for llvm change.Rafael Espindola
2013-06-12Use the global functions instead of the Program methods.Rafael Espindola
2013-05-15Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham
2013-05-06A few small fixes to make things like image list notJason Molenda
2013-05-04fix a couple of clang static analyzer warnings.Jason Molenda
2013-04-29Don't return a reference to a local variable, and removed a redundant API.Greg Clayton
2013-04-29Add a few new methods to FileSpec to make it a little easier to workJason Molenda
2013-04-20Fixed being able to mmap an entire file by letting the default args "do the r...Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton