1. 7c5e22f Path from Ashok Thirumurthi: by Greg Clayton · 12 years ago
  2. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  3. dc0a38c <rdar://problem/11113279> by Greg Clayton · 12 years ago
  4. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  5. 931acec Added support for looking up the complete type for by Sean Callanan · 12 years ago
  6. b4d7fc0 This checking is part one of trying to add some threading safety to our by Greg Clayton · 12 years ago
  7. 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 12 years ago
  8. bdc85ee ValueObjectVariable::GetClangAST should check that it has a valid Type before accessing it. by Jim Ingham · 13 years ago
  9. 05e3b9e Fixed an issue where a variable whose value is in a register might end up by Greg Clayton · 13 years ago
  10. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  11. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  12. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  13. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  14. 82f0746 lldb-59. by Greg Clayton · 13 years ago
  15. 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 13 years ago
  16. fa3a16a 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 · 13 years ago
  17. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  18. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  19. b01000f A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 14 years ago
  20. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  21. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  22. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  23. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  24. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  25. 1e30afd Fixed an issue with: by Greg Clayton · 14 years ago
  26. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  27. 178710c Looking at some of the test suite failures in DWARF in .o files with the by Greg Clayton · 14 years ago
  28. aed5881 Added a work in the DWARF parser when we parse an array that ends up having by Greg Clayton · 14 years ago
  29. 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 14 years ago
  30. a408326 Add missing includes. by Eli Friedman · 14 years ago
  31. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago