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