1. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  2. 800332c <rdar://problem/12523238> Commit 1 of 3 by Enrico Granata · 12 years ago
  3. 54037b1 <rdar://problem/12493007> by Greg Clayton · 12 years ago
  4. 3d656c7 <rdar://problem/12437442> by Enrico Granata · 12 years ago
  5. a787c1a <rdar://problem/12424824> Making sure that we correctly update our synthetic children provider for NSDictionary - providing better support for dynamic types by letting the filter recalculate itself when the type of the object changes by Enrico Granata · 12 years ago
  6. 458c552 Fixing a potential crasher where the new C++ synthetic children can return a NULL FrontEnd and cause LLDB to crash. This patch introduces a dummy front-end which the ValueObjectSynthetic can use lacking a real FrontEnd by Enrico Granata · 12 years ago
  7. f91e78f <rdar://problem/11086338> Implementing support for synthetic children generated by running C++ code instead of Python scripts ; Adding a bunch of value-generating APIs to our private code layer ; Providing synthetic children for NSArray by Enrico Granata · 12 years ago
  8. 4758a3c First part of a fix to make GetNonSyntheticValue() work correctly by Enrico Granata · 12 years ago
  9. dba1de8 Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available. by Enrico Granata · 12 years ago
  10. f55919b Fixing a bug where child names in filters were not matched properly by Enrico Granata · 12 years ago
  11. cf09f88 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 12 years ago
  12. 931acec Added support for looking up the complete type for by Sean Callanan · 12 years ago
  13. 6f30287 - Now using ${var} as the summary for an aggregate type will produce "name-of-type @ object-location" instead of giving an error by Enrico Granata · 13 years ago
  14. 7dfb1bb bug fix in SBValue::CreateValueFromAddress() where using the resulting VO as a pointer would crash LLDB ; minor improvements in dynamic formatters lookup by Enrico Granata · 13 years ago
  15. 979e20d Public API changes: by Enrico Granata · 13 years ago
  16. e89ab7b new flag -P to type synth add lets you type a Python class interactively by Enrico Granata · 13 years ago
  17. 9ae7cef Python synthetic children: by Enrico Granata · 13 years ago
  18. e4e3e2c 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 · 13 years ago