1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. 1a6d7ab Narrow the CompletionRequest API to being append-only. by Raphael Isemann · 7 years ago
  3. a2e76c0 Replaced more boilerplate code with CompletionRequest (NFC) by Raphael Isemann · 7 years ago
  4. 77c397f UUID: Add support for arbitrary-sized module IDs by Pavel Labath · 7 years ago
  5. a174bcb Remove UUID::SetFromCString by Pavel Labath · 7 years ago
  6. 470b286 Modernize UUID class by Pavel Labath · 7 years ago
  7. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  8. 573ab90 Move StringList from Core -> Utility. by Zachary Turner · 9 years ago
  9. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  10. 0eb31a1 Fix warnings and errors introduced with UUID changes. by Zachary Turner · 9 years ago
  11. 245f7fd Convert UriParser to use StringRef. by Zachary Turner · 9 years ago
  12. 4aa8753 Convert AutoComplete related code to StringRef. by Zachary Turner · 9 years ago
  13. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  14. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  15. c95f7e2 Refactor OptionValue::SetValueFromCString to use llvm::StringRef by Pavel Labath · 11 years ago
  16. 332e8b1 Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does. by Greg Clayton · 11 years ago
  17. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  18. c16b4af Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 12 years ago
  19. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  20. b5f0fea Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. by Greg Clayton · 13 years ago
  21. 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago