1. aab5be0 Fix !N and !-N commands and add a test case. by Jim Ingham · 8 years ago
  2. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  3. eb4a0cb Fix some build errors. by Zachary Turner · 9 years ago
  4. 53877af Convert CommandHistory functions to StringRef. by Zachary Turner · 9 years ago
  5. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  6. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  7. 0167e06 Addresses an unsigned underflow situation that can occur when dumping an empty command history. by Kate Stone · 10 years ago
  8. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  9. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  10. 6fea17e "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. by Greg Clayton · 12 years ago
  11. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
  12. 7594f14 <rdar://problem/14134716> by Enrico Granata · 12 years ago