1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  3. 2272c48 Use llvm::VersionTuple instead of manual version marshalling by Pavel Labath · 7 years ago
  4. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  5. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  6. df44988 Break some dependencies in lldbUtility. by Zachary Turner · 9 years ago
  7. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  8. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  9. 6fa7681b Convert many functions to use StringRefs. by Zachary Turner · 9 years ago
  10. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  11. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  12. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  13. ccd2a6d Changes in 226712 needed some fixing as a platform is almost always selected and even if platform options are specified when doing a "target create" they would get ignored if a platform was already selected. by Greg Clayton · 11 years ago
  14. 615eb7e Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. by Greg Clayton · 11 years ago
  15. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  16. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  17. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  18. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  19. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  20. 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
  21. a7d8c21 <rdar://problem/13131838> by Greg Clayton · 13 years ago
  22. 1e0c884 <rdar://problem/12990038> by Greg Clayton · 13 years ago
  23. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  24. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  25. 1c5f186 Added new options to "target create" and "target modules add". by Greg Clayton · 13 years ago
  26. 6ebc8c45 Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. by Johnny Chen · 13 years ago
  27. 4ae4160 Fixed an issue in the platform options where if no architecture was specified where the platform would fail to select itself with something like: by Greg Clayton · 13 years ago
  28. 7051231 <rdar://problem/11358639> by Greg Clayton · 13 years ago
  29. b3a40ba Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 14 years ago
  30. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  31. cac9c5f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
  32. 7c575b3 Refactoring: replace a bunch of static array size computation or hardcoded constant by Johnny Chen · 14 years ago
  33. f3dd93c Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 14 years ago
  34. effe5c9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
  35. 7260f62 Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago