| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Since we use C++11, we should switch over to using std::unique_ptr when C++11... | Greg Clayton | 2013-04-18 | 1 | -3/+2 |
| * | Change EnumerateDirectory from using readdir() to using readdir_r() | Jason Molenda | 2013-04-04 | 1 | -2/+13 |
| * | <rdar://problem/13069948> | Greg Clayton | 2013-01-25 | 1 | -1/+1 |
| * | More Linux warnings fixes (remove default labels as needed): | Daniel Malea | 2012-12-07 | 1 | -1/+0 |
| * | Fix a little think-o. In FileSpec::operator== we were trying to figure out w... | Jim Ingham | 2012-11-03 | 1 | -1/+1 |
| * | Caught two cases where we were passing a Stream* without checking for NULL | Enrico Granata | 2012-11-03 | 1 | -4/+7 |
| * | <rdar://problem/12462048> | Greg Clayton | 2012-10-18 | 1 | -0/+24 |
| * | OptionValueFileSpec had an accessor to read the contents of the file and retu... | Greg Clayton | 2012-08-30 | 1 | -1/+31 |
| * | <rdar://problem/11757916> | Greg Clayton | 2012-08-29 | 1 | -9/+32 |
| * | Reimplemented the code that backed the "settings" in lldb. There were many is... | Greg Clayton | 2012-08-22 | 1 | -7/+1 |
| * | <rdar://problem/10652336> | Greg Clayton | 2012-01-06 | 1 | -4/+16 |
| * | <rdar://problem/10507811> | Greg Clayton | 2012-01-04 | 1 | -64/+13 |
| * | Fix build under gcc. | Johnny Chen | 2011-10-18 | 1 | -2/+2 |
| * | this patch introduces a new command script import command which takes as inpu... | Enrico Granata | 2011-10-17 | 1 | -1/+30 |
| * | Added the ability to restrict breakpoints by function name, function regexp, ... | Jim Ingham | 2011-09-23 | 1 | -3/+3 |
| * | Changed to using an "operator bool" instead of an "operator void*" | Greg Clayton | 2011-09-12 | 1 | -3/+2 |
| * | Patch by Matt Johnson to silence G++ warnings! | Johnny Chen | 2011-07-19 | 1 | -1/+1 |
| * | Fixed the SymbolContext::DumpStopContext() to correctly indent and dump | Greg Clayton | 2011-04-23 | 1 | -1/+1 |
| * | Some OpenBSD patches from Amit Kulkarni. | Greg Clayton | 2011-04-01 | 1 | -0/+2 |