1. 931acec Added support for looking up the complete type for by Sean Callanan · 12 years ago
  2. 9b8ff51 Added a new class to the lldb python module: by Greg Clayton · 12 years ago
  3. 662e567 Fixed an issue with the Instruction subclasses where the strings might by Greg Clayton · 13 years ago
  4. c1cd379 Fix to ensure that methods aren't called on NULL objects. by Sean Callanan · 13 years ago
  5. e14d3d3 Added an extra way to chop up an objective C prototype and use it where necessary. by Greg Clayton · 13 years ago
  6. 4c8353b Changed lldb_private::Type over to use the intrusive ref counted pointers by Greg Clayton · 13 years ago
  7. 00db215 Enable all the new accelerator tables if they are present and don't manually by Greg Clayton · 13 years ago
  8. 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
  9. 3ad4da0 Factor out the code that parses ObjC Method names into a static method by Jim Ingham · 13 years ago
  10. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  11. ef80aab Adding support for fetching the Dynamic Value for ObjC Objects. by Jim Ingham · 13 years ago
  12. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  13. 2eac2b9 Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin. by Jim Ingham · 14 years ago
  14. 14a97ff Re-enabled LLDB's pointer checkers, and moved the by Sean Callanan · 14 years ago
  15. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  16. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  17. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago