1. 12fbcf5 <rdar://problem/13563628> by Enrico Granata · 12 years ago
  2. 952e9dc <rdar://problem/13521159> by Greg Clayton · 12 years ago
  3. ce490e3 <rdar://problem/13210494> by Greg Clayton · 12 years ago
  4. edf0f06 Remove debug code and commented out code that was left in. by Greg Clayton · 12 years ago
  5. f892c42 <rdar://problem/9141269> by Greg Clayton · 12 years ago
  6. 282c22c This patch removes the SymbolFileSymtab support by Sean Callanan · 12 years ago
  7. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  8. 146d952 <rdar://problem/12586350> by Enrico Granata · 12 years ago
  9. 4cbeeff Extra safeguards to ensure that we never query by Sean Callanan · 12 years ago
  10. 90c6cd5 Changed the V1 and V2 runtimes to be able to detect when the ISA hash table has changed, and auto update as needed. by Greg Clayton · 12 years ago
  11. ef22b90 Objective C cleanup. Removed an cache that was no longer needed and changes the code that gets the dynamic type and class name to use our new Objective C cache. by Greg Clayton · 12 years ago
  12. a510437 <rdar://problem/12331741> by Greg Clayton · 12 years ago
  13. be2f3aa Changes to clean up the runtime and how the ISA caches are managed. by Greg Clayton · 12 years ago
  14. 6fe8d36 More runtime work. We now successfully traverse by Sean Callanan · 12 years ago
  15. c718b96 This patch is part of ongoing work to extract type by Sean Callanan · 12 years ago
  16. ae2ae94 <rdar://problem/11485744> Implement important data formatters in C++. Have the Objective-C language runtime plugin expose class descriptors objects akin to the objc_runtime.py Pythonic implementation. Rewrite the data formatters for some core Cocoa classes in C++ instead of Python. by Enrico Granata · 12 years ago
  17. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  18. dc0a38c <rdar://problem/11113279> by Greg Clayton · 13 years ago
  19. 6e12c7a Updated the revision of LLVM/Clang used by LLDB. by Sean Callanan · 13 years ago
  20. 931acec Added support for looking up the complete type for by Sean Callanan · 13 years ago
  21. 9b8ff51 Added a new class to the lldb python module: by Greg Clayton · 13 years ago
  22. 662e567 Fixed an issue with the Instruction subclasses where the strings might by Greg Clayton · 13 years ago
  23. c1cd379 Fix to ensure that methods aren't called on NULL objects. by Sean Callanan · 13 years ago
  24. e14d3d3 Added an extra way to chop up an objective C prototype and use it where necessary. by Greg Clayton · 13 years ago
  25. 4c8353b Changed lldb_private::Type over to use the intrusive ref counted pointers by Greg Clayton · 13 years ago
  26. 00db215 Enable all the new accelerator tables if they are present and don't manually by Greg Clayton · 13 years ago
  27. fdf24ef Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 13 years ago
  28. 3ad4da0 Factor out the code that parses ObjC Method names into a static method by Jim Ingham · 13 years ago
  29. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  30. ef80aab Adding support for fetching the Dynamic Value for ObjC Objects. by Jim Ingham · 13 years ago
  31. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  32. 2eac2b9 Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin. by Jim Ingham · 14 years ago
  33. 14a97ff Re-enabled LLDB's pointer checkers, and moved the by Sean Callanan · 14 years ago
  34. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  35. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  36. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago