summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
AgeCommit message (Expand)Author
2018-08-13Straight forward FastDemangle replacement in SubsPrimitiveParmItaniumStefan Granitz
2018-08-02[LLDB] Added syntax highlighting supportRaphael Isemann
2018-07-27Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."Davide Italiano
2018-07-27Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano
2018-07-13Fix the libcxx set, multiset, vector and bitset formatters to work on referen...Jim Ingham
2018-05-27Fix memory leak in SubsPrimitiveParmItaniumRaphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-02-08Recognize MSVC style mangling in CPlusPlusLanguage::IsCPPMangledNameAaron Smith
2017-11-14Add a data formatter for libc++ std::bitsetPavel Labath
2017-11-01Add data formatter for libc++ std::queuePavel Labath
2017-11-01Add data formatter for libc++ std::tuplePavel Labath
2017-10-31Add data formatter for libc++'s forward_listPavel Labath
2017-05-02Remove unused code related to CPlusPlusLanguage::FindEquivalentNamesPavel Labath
2017-04-12Add libc++ category to the remaining libc++ data formattersPavel Labath
2017-04-12Fix libc++ vector<bool> data formatter (bug #32553)Pavel Labath
2017-04-06New C++ function name parsing logic (Resubmit)Eugene Zemtsov
2017-04-05Reverting r299374 & r299402 due to testsuite failure.Jim Ingham
2017-04-03New C++ function name parsing logicEugene Zemtsov
2017-03-06Move many other files from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-25Three LoadLibCxxFormatters formatters were given a regex string toJason Molenda
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-19Expression evaluation for overloaded C functions (redux)Luke Drummond
2016-11-01Implement a general type scavenger that can dig types from debug info + a fil...Enrico Granata
2016-10-27Add support for "type lookup" to find C and C++ typesEnrico Granata
2016-10-21Add data formatter for libstdc++ unique_ptrTamas Berghammer
2016-10-21Add data formatter for libstdc++ tupleTamas Berghammer
2016-10-06Convert UniqueCStringMap to use StringRef.Zachary Turner
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-31Add a data formatter for std::function in libcxxEnrico Granata
2016-08-18Fix parsing of complicated C++ namesPavel Labath
2016-07-06Fix the installation of the vector<bool> data formatters in order to restore ...Enrico Granata
2016-07-06Add data formatter for libstdc++ shared_ptr and weak_ptrTamas Berghammer
2016-07-04Fix the libc++ pretty printers for the android NDKTamas Berghammer
2016-05-02Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan
2016-04-12Fixed being able to set breakpoints on destructors when we don't fully specif...Greg Clayton
2016-02-29Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko
2016-02-12Data formatter support for libc++ std::atomic<T>Enrico Granata
2016-01-07Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra
2015-10-29Remove two #if0ed regions of code that we were using for an experiment but do...Enrico Granata
2015-10-27Fix MSVC build after r251402Tamas Berghammer
2015-10-27Some minor improvements on the symtab parsing codeTamas Berghammer
2015-10-22Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala
2015-09-25Fix evaluation of unicode character arrays (char16_t[] and char32_t[])Dawn Perchik
2015-09-16Move hardcoded formatters from the FormatManager to the Language pluginsEnrico Granata
2015-09-04Never mind, I see what the problem is on the Windows build. Attempt a fixEnrico Granata
2015-09-04Move the C++ data formatters to the C++ language pluginEnrico Granata
2015-09-02Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham