summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Three LoadLibCxxFormatters formatters were given a regex string toJason Molenda2017-02-251-3/+3
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-6/+7
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Expression evaluation for overloaded C functions (redux)Luke Drummond2016-12-191-2/+102
* Implement a general type scavenger that can dig types from debug info + a fil...Enrico Granata2016-11-011-69/+10
* Add support for "type lookup" to find C and C++ typesEnrico Granata2016-10-271-0/+76
* Add data formatter for libstdc++ unique_ptrTamas Berghammer2016-10-211-0/+10
* Add data formatter for libstdc++ tupleTamas Berghammer2016-10-211-0/+5
* Convert UniqueCStringMap to use StringRef.Zachary Turner2016-10-061-8/+10
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-18/+24
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-730/+895
* Add a data formatter for std::function in libcxxEnrico Granata2016-08-311-0/+2
* Fix parsing of complicated C++ namesPavel Labath2016-08-181-1/+3
* Fix the installation of the vector<bool> data formatters in order to restore ...Enrico Granata2016-07-061-4/+2
* Add data formatter for libstdc++ shared_ptr and weak_ptrTamas Berghammer2016-07-061-1/+15
* Fix the libc++ pretty printers for the android NDKTamas Berghammer2016-07-041-31/+39
* 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