1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. 1b54bae Add a data formatter for std::function in libcxx by Enrico Granata · 9 years ago
  3. 9361c43 Fix parsing of complicated C++ names by Pavel Labath · 9 years ago
  4. 14cb4f9 Fix the installation of the vector<bool> data formatters in order to restore functionality by Enrico Granata · 9 years ago
  5. 9c6c8e9 Add data formatter for libstdc++ shared_ptr and weak_ptr by Tamas Berghammer · 9 years ago
  6. 4721a55 Fix the libc++ pretty printers for the android NDK by Tamas Berghammer · 9 years ago
  7. c530ba9 Import block pointers from DWARF as Clang block pointers, not as structs. by Sean Callanan · 9 years ago
  8. 08f5674 Fixed being able to set breakpoints on destructors when we don't fully specify the demangled name. So all of the following now work: by Greg Clayton · 9 years ago
  9. bbd1681 Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. by Eugene Zelenko · 10 years ago
  10. 75995b5 Data formatter support for libc++ std::atomic<T> by Enrico Granata · 10 years ago
  11. 9293fc4 Better scheme to lookup alternate mangled name when looking up function address. by Siva Chandra · 10 years ago
  12. e5839f3 Remove two #if0ed regions of code that we were using for an experiment but don't really want by Enrico Granata · 10 years ago
  13. 458d3d6 Fix MSVC build after r251402 by Tamas Berghammer · 10 years ago
  14. 9fa1147 Some minor improvements on the symtab parsing code by Tamas Berghammer · 10 years ago
  15. 82ffb8e Fix libstdc++ data formatters on Ubuntu 15.10 x86_64 by Todd Fiala · 10 years ago
  16. 045c829 Fix evaluation of unicode character arrays (char16_t[] and char32_t[]) by Dawn Perchik · 10 years ago
  17. 7cb59e1 Move hardcoded formatters from the FormatManager to the Language plugins by Enrico Granata · 10 years ago
  18. c6bbb8b Never mind, I see what the problem is on the Windows build. Attempt a fix by Enrico Granata · 10 years ago
  19. 33e97e6 Move the C++ data formatters to the C++ language plugin by Enrico Granata · 10 years ago
  20. aa816b8 Move more functionality from the LanguageRuntimes to the Languages. by Jim Ingham · 10 years ago
  21. 578c8a7 Use Language::LanguageIsCPlusPlus instead of doing the same switch over language by Enrico Granata · 10 years ago
  22. 5f9d310 Add a new type of plugin: Language plugin by Enrico Granata · 10 years ago