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. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class 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. 16b3913 Try again to match the logic of the code before re-writing. by Zachary Turner · 9 years ago
  8. 2f13958 Try to fix failing TestDataFormatterSkipSummary test case. by Zachary Turner · 9 years ago
  9. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  10. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  11. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  12. ecbb0bb Fix more functions in Args to use 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. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  15. 520a422 Add a --element-count option to the expression command by Enrico Granata · 9 years ago
  16. c1b7c09 Add a more tweakable way for ValueObjectPrinter to control pointer expansion. NFC. by Enrico Granata · 10 years ago
  17. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  18. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  19. a126e46 Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing was split between feature-specific flags, and an m_be_raw flag, which then drove some other changes in printing behavior. Clean that up, so that each functionality has its own flag .. oh, and make the bools all go in a bitfield since I may want to add more of those over time by Enrico Granata · 11 years ago
  20. 0f883ff Add a -V <bool> flag to frame variable/expression that enables execution of type validators. The jury is still out on what the user experience of type validators should be, so for now gate it on a specific flag. The mode I am using is prefix variables that fail to validate with a bang, and then emitting the actual validation error on a separate line. Of course, given the total absence of validators, this should never actually happen to you by Enrico Granata · 11 years ago
  21. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  22. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  23. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  24. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  25. 4d93b8c <rdar://problem/14393032> by Enrico Granata · 12 years ago
  26. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  27. 9fb5ab5 Our commands that end up displaying a ValueObject as part of their workflow use OptionGroupValueObjectDisplay as their currency for deciding the final representation by Enrico Granata · 13 years ago
  28. 7b8c513 Option changes: by Enrico Granata · 13 years ago
  29. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  30. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  31. b4cb0be Some more typing-related fixes. by Filipe Cabecinhas · 13 years ago
  32. 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago
  33. e58a507 <rdar://problem/11576169> Better documentation string for the -Y option to frame variable by Enrico Granata · 13 years ago
  34. 6ebc8c45 Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. by Johnny Chen · 13 years ago
  35. 82f4cf4 A simple fix for the GDB format strings so the byte size parameter gets by Greg Clayton · 14 years ago
  36. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  37. cf0e4f0 Re-organized the contents of RangeMap.h to be more concise and also allow for a Range, RangeArray, RangeData (range + data), or a RangeDataArray. We have many range implementations in LLDB and I will be converting over to using the classes in RangeMap.h so we can have one set of code that does ranges and searching of ranges. by Greg Clayton · 14 years ago
  38. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  39. 7c575b3 Refactoring: replace a bunch of static array size computation or hardcoded constant by Johnny Chen · 14 years ago
  40. 22c55d1 *Some more optimizations in usage of ConstString by Enrico Granata · 14 years ago
  41. ce68b02 CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") by Enrico Granata · 14 years ago
  42. d55546b when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 14 years ago
  43. 0c5ef69 Some descriptive text for the Python script feature: by Enrico Granata · 14 years ago
  44. 4bee32e Headers have been moved to /includes/lldb/Interpreter. This patch by Johnny Chen · 14 years ago
  45. 2837b76 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 14 years ago
  46. 68ebae6 Added the ability to specify dumping options (show types, show location, by Greg Clayton · 14 years ago
  47. 84c3966 Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 14 years ago