1. 526e5af Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 15 years ago
  2. 8f343b0 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 15 years ago
  3. 7c8a966 Print better error messages when memory reads fail when displaying variable by Greg Clayton · 15 years ago
  4. 93aa84e Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 15 years ago
  5. 73b472d Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 15 years ago
  6. 672ad94 Fixed value objects so that they return an by Sean Callanan · 15 years ago
  7. 0188eb9 Fixed a error formatting output issue when dumping variables where the error had no space before it and was missing a newline. by Greg Clayton · 15 years ago
  8. 8f92f0a Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 15 years ago
  9. 32c4085 Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. by Greg Clayton · 15 years ago
  10. b71f384 Added the notion that a value object can be constant by adding: by Greg Clayton · 15 years ago
  11. 1d3afba Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 15 years ago
  12. 1be10fc Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 15 years ago
  13. d440bcc Fix from Jean-Daniel. Thanks. by Johnny Chen · 15 years ago
  14. 5a36912 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 15 years ago
  15. 2277701 Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 15 years ago
  16. ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
  17. f5e56de Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  18. 737b932 Added the summary values for function pointers so we can show where they by Greg Clayton · 15 years ago
  19. 53c47f1 Move the "Object Description" into the ValueObject, and the add an API to by Jim Ingham · 15 years ago
  20. 288bdf9 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 15 years ago
  21. 73b953b Detect when ValueObject values change each time they are evaluated. by Greg Clayton · 15 years ago
  22. e1a916a Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 15 years ago
  23. 471b31c Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 15 years ago
  24. b132097 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
  25. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  26. 8896697 Add missing includes. by Eli Friedman · 15 years ago
  27. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago