1. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 12 years ago
  2. b912457 <rdar://problem/12560257> by Greg Clayton · 12 years ago
  3. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  4. f0fab4f Fixed build warnings. by Greg Clayton · 12 years ago
  5. 2d34a50 This patch fixes a bug where LLDB was incorrectly setting the address-size on a DataExtractor to be sizeof(void*) when the ValueObject came out of the expression parser by Enrico Granata · 12 years ago
  6. 3c49d4c Should have used the convenience function: by Johnny Chen · 12 years ago
  7. 6c49bf4 For processes which are not in one of the "launched and stopped" state, 'target variable' command by Johnny Chen · 12 years ago
  8. b399653 Add check for non-NULL Variable with a NULL Type. by Jim Ingham · 13 years ago
  9. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  10. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  11. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  12. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  13. b14b00c When making a DataExtractor from a Value that's got a ClangType, set the AddressByteSize from the AST Context. by Jim Ingham · 13 years ago
  14. 04c9c7b Clean up a bit of the type getting code where lldb_private:Type now has by Greg Clayton · 13 years ago
  15. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  16. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 13 years ago
  17. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  18. 867294d http://llvm.org/bugs/show_bug.cgi?id=8260 by Greg Clayton · 14 years ago
  19. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  20. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  21. a564ec6 Print better error messages when memory reads fail when displaying variable by Greg Clayton · 14 years ago
  22. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  23. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  24. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  25. fe9864c Changed "Error Value::GetValueAsData (...)" to set the data extractor byte by Greg Clayton · 14 years ago
  26. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  27. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  28. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  29. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago