summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add libc++ data formatters for std::optional.Adrian Prantl2018-08-151-4/+13
* Remove unused FastDemangle sourcesStefan Granitz2018-08-141-1/+1
* Straight forward FastDemangle replacement in SubsPrimitiveParmItaniumStefan Granitz2018-08-131-38/+57
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-021-0/+13
* Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-271-9/+0
* Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-271-0/+9
* Fix the libcxx set, multiset, vector and bitset formatters to work on referen...Jim Ingham2018-07-131-4/+6
* Fix memory leak in SubsPrimitiveParmItaniumRaphael Isemann2018-05-271-1/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-10/+8
* Recognize MSVC style mangling in CPlusPlusLanguage::IsCPPMangledNameAaron Smith2018-02-081-7/+11
* Add a data formatter for libc++ std::bitsetPavel Labath2017-11-141-0/+11
* Add data formatter for libc++ std::queuePavel Labath2017-11-011-0/+9
* Add data formatter for libc++ std::tuplePavel Labath2017-11-011-0/+8
* Add data formatter for libc++'s forward_listPavel Labath2017-10-311-0/+11
* Remove unused code related to CPlusPlusLanguage::FindEquivalentNamesPavel Labath2017-05-021-138/+0
* Add libc++ category to the remaining libc++ data formattersPavel Labath2017-04-121-1/+1
* Fix libc++ vector<bool> data formatter (bug #32553)Pavel Labath2017-04-121-32/+0
* New C++ function name parsing logic (Resubmit)Eugene Zemtsov2017-04-061-104/+67
* Reverting r299374 & r299402 due to testsuite failure.Jim Ingham2017-04-051-67/+104
* New C++ function name parsing logicEugene Zemtsov2017-04-031-104/+67
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* 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
OpenPOWER on IntegriCloud