summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan2016-05-021-0/+34
* Fixed being able to set breakpoints on destructors when we don't fully specif...Greg Clayton2016-04-121-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-23/+16
* Data formatter support for libc++ std::atomic<T>Enrico Granata2016-02-121-3/+4
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-071-0/+16
* Remove two #if0ed regions of code that we were using for an experiment but do...Enrico Granata2015-10-291-14/+0
* Fix MSVC build after r251402Tamas Berghammer2015-10-271-1/+2
* Some minor improvements on the symtab parsing codeTamas Berghammer2015-10-271-25/+45
* Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala2015-10-221-7/+36
* Fix evaluation of unicode character arrays (char16_t[] and char32_t[])Dawn Perchik2015-09-251-0/+12
* Move hardcoded formatters from the FormatManager to the Language pluginsEnrico Granata2015-09-161-0/+73
* Never mind, I see what the problem is on the Windows build. Attempt a fixEnrico Granata2015-09-041-1/+0
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-041-0/+232
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-021-0/+376
* Use Language::LanguageIsCPlusPlus instead of doing the same switch over languageEnrico Granata2015-09-021-10/+3
* Add a new type of plugin: Language pluginEnrico Granata2015-08-271-0/+71
OpenPOWER on IntegriCloud