1. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  2. eca07c5 Fix (and improve) the support for C99 variable length array types by Adrian Prantl · 7 years ago
  3. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  4. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  5. 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 8 years ago
  6. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  7. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  8. 936499a Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa containers by Enrico Granata · 10 years ago
  9. 9ac7a6c [SBValue] Add a method GetNumChildren(uint32_t max) by Siva Chandra · 10 years ago
  10. 73e8c4d Route the preferred-display-language mechanism to the ValueObjectPrinter and actually fill in a few gaps for dynamic and synthetic values to be able to adopt this in useful ways by Enrico Granata · 10 years ago
  11. 3ad353f Rename clang_type -> compiler_type for variables. by Bruce Mitchener · 10 years ago
  12. 99558cc4 Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. by Greg Clayton · 10 years ago
  13. a1e5dc8 ClangASTType is now CompilerType. by Greg Clayton · 10 years ago
  14. f8877ef Add a class ValueObjectConstResultCast. by Siva Chandra · 10 years ago
  15. 526ae04 Make a more complete fix for always supplying an execution context when getting byte sizes from types. by Greg Clayton · 11 years ago
  16. 951bdd5 Move several GetByteSize() calls over to the brave new world of taking an ExecutionContext* by Enrico Granata · 11 years ago
  17. 1cd5e92 Preparatory infrastructural work to support dynamically determining sizes of ObjC types via the runtime by Enrico Granata · 11 years ago
  18. 0c10a85 Add the ability for an SBValue to create a persisted version of itself. by Enrico Granata · 11 years ago
  19. c1247f5 Introduce the notion of "type summary options" as flags that can be passed down to individual summary formatters to alter their behavior in a formatter-dependent way by Enrico Granata · 11 years ago
  20. 5510a57 Add synthetic children support for NSIndexPath by Enrico Granata · 11 years ago
  21. e8daa2f Introduce the concept of a "display name" for types by Enrico Granata · 11 years ago
  22. 57ee306 Huge change to clean up types. by Greg Clayton · 12 years ago
  23. faac111 <rdar://problem/13421412> by Greg Clayton · 13 years ago
  24. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  25. 89660bf More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 13 years ago
  26. 9407302 Make const result value objects able to return dynamic types. by Greg Clayton · 13 years ago
  27. c359aaf Order the initializations so that they reflect how they're declared in the class. by Bill Wendling · 13 years ago
  28. 84db910 <rdar://problem/11113279> by Greg Clayton · 14 years ago
  29. 7277284 Added support for looking up the complete type for by Sean Callanan · 14 years ago
  30. 31a8d05 Fixed a dangling pointer bug associated with the by Sean Callanan · 14 years ago
  31. 73ca05a Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 14 years ago
  32. b456b79 http://llvm.org/bugs/show_bug.cgi?id=11588 by Johnny Chen · 14 years ago
  33. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  34. e305594 Centralize all of the type name code so that we always strip the leading by Greg Clayton · 14 years ago
  35. 58b59f9 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 14 years ago
  36. 6035b67 Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. by Jim Ingham · 14 years ago
  37. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  38. 6beaaa6 A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 15 years ago
  39. 8b2fe6d Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 15 years ago
  40. 526e5af Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 15 years ago
  41. e2f8841 Mark a ValueObjectConstResult as valid if it is created with some data, don't wait till it gets updated. by Jim Ingham · 15 years ago
  42. 8f92f0a Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 15 years ago
  43. b71f384 Added the notion that a value object can be constant by adding: by Greg Clayton · 15 years ago
  44. 1d3afba Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 15 years ago