1. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 14 years ago
  2. 04c9c7b Clean up a bit of the type getting code where lldb_private:Type now has by Greg Clayton · 14 years ago
  3. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
  4. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  5. 00c3ae7 Fixed up the SBValue::GetExpressionPath() to be more correct under more by Greg Clayton · 14 years ago
  6. 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
  7. 2403b5e First attempt and getting "const" C++ method function signatures correct. by Greg Clayton · 14 years ago
  8. 034c996 Fixed an issue where we were trying to resolve lldb_private::Type encoding by Greg Clayton · 14 years ago
  9. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  10. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  11. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  12. 68d4753 Removed an inappropriate function lookup path. by Sean Callanan · 14 years ago
  13. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  14. 306edca Fixed an issue where objc types weren't ever getting fully resolved (beyond by Greg Clayton · 14 years ago
  15. b433a3d Fixed an issue where if a method funciton was asked to be parsed before by Greg Clayton · 14 years ago
  16. ea58a3c Fixed an issue where byte sizes were not able to be calculated for forward by Greg Clayton · 14 years ago
  17. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  18. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  19. 1924e24 Fixed a missing newline when dumping mixed disassembly. by Greg Clayton · 14 years ago
  20. c67b7d1 Cleaned up the output of "image lookup --address <ADDR>" which involved by Greg Clayton · 14 years ago
  21. 0bda403 Add an accessor to get the Declaration for a type. by Jim Ingham · 14 years ago
  22. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  23. 9488b74 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 14 years ago
  24. f8e98a6 Warnings cleanup patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  25. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  26. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  27. bef1583 I enabled some extra warnings for hidden local variables and for hidden 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. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  30. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago