Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Plugins
/
Language
/
CPlusPlus
/
CPlusPlusLanguage.cpp
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
1b54bae
Add a data formatter for std::function in libcxx
by Enrico Granata
· 9 years ago
9361c43
Fix parsing of complicated C++ names
by Pavel Labath
· 9 years ago
14cb4f9
Fix the installation of the vector<bool> data formatters in order to restore functionality
by Enrico Granata
· 9 years ago
9c6c8e9
Add data formatter for libstdc++ shared_ptr and weak_ptr
by Tamas Berghammer
· 9 years ago
4721a55
Fix the libc++ pretty printers for the android NDK
by Tamas Berghammer
· 9 years ago
c530ba9
Import block pointers from DWARF as Clang block pointers, not as structs.
by Sean Callanan
· 9 years ago
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
bbd1681
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes.
by Eugene Zelenko
· 10 years ago
75995b5
Data formatter support for libc++ std::atomic<T>
by Enrico Granata
· 10 years ago
9293fc4
Better scheme to lookup alternate mangled name when looking up function address.
by Siva Chandra
· 10 years ago
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
458d3d6
Fix MSVC build after r251402
by Tamas Berghammer
· 10 years ago
9fa1147
Some minor improvements on the symtab parsing code
by Tamas Berghammer
· 10 years ago
82ffb8e
Fix libstdc++ data formatters on Ubuntu 15.10 x86_64
by Todd Fiala
· 10 years ago
045c829
Fix evaluation of unicode character arrays (char16_t[] and char32_t[])
by Dawn Perchik
· 10 years ago
7cb59e1
Move hardcoded formatters from the FormatManager to the Language plugins
by Enrico Granata
· 10 years ago
c6bbb8b
Never mind, I see what the problem is on the Windows build. Attempt a fix
by Enrico Granata
· 10 years ago
33e97e6
Move the C++ data formatters to the C++ language plugin
by Enrico Granata
· 10 years ago
aa816b8
Move more functionality from the LanguageRuntimes to the Languages.
by Jim Ingham
· 10 years ago
578c8a7
Use Language::LanguageIsCPlusPlus instead of doing the same switch over language
by Enrico Granata
· 10 years ago
5f9d310
Add a new type of plugin: Language plugin
by Enrico Granata
· 10 years ago