aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-730/+895
2016-08-31Add a data formatter for std::function in libcxxEnrico Granata1-0/+2
2016-08-18Fix parsing of complicated C++ namesPavel Labath1-1/+3
2016-07-06Fix the installation of the vector<bool> data formatters in order to restore ...Enrico Granata1-4/+2
2016-07-06Add data formatter for libstdc++ shared_ptr and weak_ptrTamas Berghammer1-1/+15
2016-07-04Fix the libc++ pretty printers for the android NDKTamas Berghammer1-31/+39
2016-05-02Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan1-0/+34
2016-04-12Fixed being able to set breakpoints on destructors when we don't fully specif...Greg Clayton1-1/+1
2016-02-29Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko1-23/+16
2016-02-12Data formatter support for libc++ std::atomic<T>Enrico Granata1-3/+4
2016-01-07Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra1-0/+16
2015-10-29Remove two #if0ed regions of code that we were using for an experiment but do...Enrico Granata1-14/+0
2015-10-27Fix MSVC build after r251402Tamas Berghammer1-1/+2
2015-10-27Some minor improvements on the symtab parsing codeTamas Berghammer1-25/+45
2015-10-22Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala1-7/+36
2015-09-25Fix evaluation of unicode character arrays (char16_t[] and char32_t[])Dawn Perchik1-0/+12
2015-09-16Move hardcoded formatters from the FormatManager to the Language pluginsEnrico Granata1-0/+73
2015-09-04Never mind, I see what the problem is on the Windows build. Attempt a fixEnrico Granata1-1/+0
2015-09-04Move the C++ data formatters to the C++ language pluginEnrico Granata1-0/+232
2015-09-02Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham1-0/+376
2015-09-02Use Language::LanguageIsCPlusPlus instead of doing the same switch over languageEnrico Granata1-10/+3
2015-08-27Add a new type of plugin: Language pluginEnrico Granata1-0/+71