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