summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
AgeCommit message (Expand)Author
2024-04-15[LLDB][libc++] Adds valarray proxy data formatters. (#88613)Mark de Wever
2024-04-13[lldb][libc++] Adds local_t clock data formatters. (#88178)Mark de Wever
2024-03-17[lldb][libc++] Adds slice_array data formatters. (#85544)Mark de Wever
2024-02-10[lldb][libc++] Adds valarray data formatters. (#80609)Mark de Wever
2024-02-05[lldb] Cleanup regex in libcxx formatters (NFC) (#80618)Dave Lee
2024-01-26[lldb] Remove unnecessary suffix from libc++ type name patterns (NFC) (#79644)Dave Lee
2024-01-22[lldb][libc++] Adds system_clock data formatters. (#78609)Mark de Wever
2024-01-18[lldb][Format] Fix missing inlined function names in frame formatting. (#78494)Zequan Wu
2024-01-13[lldb][libc++] Adds missing C++20 calendar data formatters. (#77954)Mark de Wever
2024-01-09[lldb][libc++] Adds some C++20 calendar data formatters. (#76983)Mark de Wever
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-10-30Add the ability to get a C++ vtable ValueObject from another ValueObj… (#67...Greg Clayton
2023-10-25[lldb][libc++] Adds chrono data formatters.Mark de Wever
2023-10-02Implement data formatters for LibStdC++ std::variant (#68012)jeffreytan81
2023-09-20[lldb] Fix stdcpp type summary mistakenly marked as regex (NFC) (#66949)Dave Lee
2023-06-05Replace deprecated startswith_insensitive with starts_with_insensitiveFangrui Song
2023-04-12[lldb] Change formatter helper function parameter list to remove ConstStringAlex Langford
2023-03-07Reland "[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for...Michael Buch
2023-03-07Revert "[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for...Michael Buch
2023-03-03[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for member-...Michael Buch
2022-12-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song
2022-11-30[lldb][DataFormatter] Add std::ranges::ref_view formatterMichael Buch
2022-10-31[lldb][CPlusPlus] Implement CPlusPlusLanguage::GetFunctionDisplayNameMichael Buch
2022-10-31[lldb][CPlusPlus] Introduce CPlusPlusLanguage::MethodName::GetReturnTypeMichael Buch
2022-10-14[lldb][Breakpoint] Fix setting breakpoints on templates by basenameMichael Buch
2022-10-10[NFCI] More TypeCategoryImpl refactoring.Jorge Gorbe Moya
2022-08-24[LLDB] Add data formatter for std::coroutine_handleAdrian Vogelsgesang
2022-07-21[LLDB][DataFormatter] Add support for std::__map_const_iteratorMichael Buch
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-07-12[LLDB][DataFormatter] Add data formatter for libcxx std::unordered_map iteratorMichael Buch
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-13[LLDB][formatters] Add formatter for libc++'s std::spanAdrian Prantl
2022-05-12We don't require users to type out the full context of a function, forJim Ingham
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-07[LLDB] libcxx summary formatters for std::string_viewBen Jackson
2021-12-09Unify libstdcpp and libcxx formatters for `std::optional`Alisamar Husain
2021-12-06[formatters] Add a pointer and reference tests for a list and forward_list fo...Danil Stefaniuc
2021-12-06[formatters] Add a deque formatter for libstdcpp and fix the libcxx oneWalter Erquinigo
2021-11-23[formatters] List and forward_list capping_size determination and applicationDanil Stefaniuc
2021-11-22[formatters] Add a formatter for libstdc++ optionalWalter Erquinigo
2021-11-22[formatters] Add a libstdcpp formatter for for unordered_map, unordered_set,...Danil Stefaniuc
2021-11-09[formatters] Add a libstdcpp formatter for forward_list and refactor list for...Danil Stefaniuc
2021-10-30[formatters] Add a libstdcpp formatter for multiset and unify tests across st...Danil Stefaniuc
2021-10-30[formatters] Add a libstdcpp formatter for multimap and unify modify tests ac...Danil Stefaniuc
2021-10-29[lldb] Remove forgotten FIXME on CPlusPlus formattersLuís Ferreira
2021-10-27[formatters] Add a libstdcpp formatter for set and unify tests across stdlibsDanil Stefaniuc
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath