aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-07[lldb][Formatters] Make libc++ and libstdc++ std::shared_ptr formatters consi...Michael Buch1-0/+1
2025-07-07[lldb][Formatters] Use container summary helper for libstdc++ formatters (#14...Michael Buch1-3/+0
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit1-2/+2
2025-02-17[lldb] Provide default impl for MightHaveChildren (NFC) (#119977)Dave Lee1-4/+0
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere1-1/+1
2024-09-16[lldb] Support new libc++ __compressed_pair layout (#96538)Michael Buch1-1/+2
2024-07-08[lldb][DataFormatter] Move std::unordered_map::iterator formatter into LibCxx...Michael Buch1-50/+4
2024-07-04[lldb][DataFormatter][NFC] Move std::map iterator formatter into LibCxxMap.cp...Michael Buch1-25/+4
2024-04-15[LLDB][libc++] Adds valarray proxy data formatters. (#88613)Mark de Wever1-0/+4
2024-04-13[lldb][libc++] Adds local_t clock data formatters. (#88178)Mark de Wever1-0/+8
2024-03-17[lldb][libc++] Adds slice_array data formatters. (#85544)Mark de Wever1-0/+8
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl1-4/+4
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer1-4/+4
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl1-4/+4
2024-03-07Change GetChildAtIndex to take a uint32_tAdrian Prantl1-4/+4
2024-03-07Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl1-4/+4
2024-02-10[lldb][libc++] Adds valarray data formatters. (#80609)Mark de Wever1-0/+4
2024-02-08[lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an...Michael Buch1-4/+4
2024-01-22[lldb][libc++] Adds system_clock data formatters. (#78609)Mark de Wever1-0/+8
2024-01-13[lldb][libc++] Adds missing C++20 calendar data formatters. (#77954)Mark de Wever1-0/+4
2024-01-09[lldb][libc++] Adds some C++20 calendar data formatters. (#76983)Mark de Wever1-0/+8
2023-07-20[lldb] Delete unused LibcxxOptionalSummaryProvider (NFC)Dave Lee1-4/+0
2023-05-01Re-land "[lldb] Make the libcxx unique_ptr prettyprinter support custom delet...Jorge Gorbe Moya1-0/+5
2023-05-01Revert "[lldb] Make the libcxx unique_ptr prettyprinter support custom delete...Jorge Gorbe Moya1-5/+0
2023-05-01[lldb] Make the libcxx unique_ptr prettyprinter support custom deleters.Jorge Gorbe Moya1-0/+5
2022-11-30[lldb][DataFormatter] Add std::ranges::ref_view formatterMichael Buch1-0/+4
2022-09-09Adapt LLDB dataformatters for libcxx change D129386Adrian Prantl1-0/+5
2022-07-12[LLDB][DataFormatter] Add data formatter for libcxx std::unordered_map iteratorMichael Buch1-0/+50
2022-06-13[LLDB][formatters] Add formatter for libc++'s std::spanAdrian Prantl1-0/+8
2022-01-07[LLDB] libcxx summary formatters for std::string_viewBen Jackson1-0/+16
2021-12-09Unify libstdcpp and libcxx formatters for `std::optional`Alisamar Husain1-2/+2
2021-02-26[lldb] Add deref support to libc++ unique_ptr syntheticDave Lee1-1/+1
2021-02-23[lldb] Add deref support and tests to shared_ptr syntheticDave Lee1-4/+0
2020-03-23[DataFormatters] Add formatter for libc++ std::unique_ptrshafik1-0/+28
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2019-03-06Pass ConstString by value (NFC)Adrian Prantl1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-26[DataFormatters] Adding formatters for libc++ std::u16string and std::u32stringShafik Yaghmour1-2/+10
2018-09-19[DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour1-0/+4
2018-09-17Revert "[DataFormatters] Add formatter for C++17 std::variant"Shafik Yaghmour1-4/+0
2018-09-17[DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour1-0/+4
2018-08-23Add libc++ data formatter for std::functionAdrian Prantl1-3/+4
2018-08-15Add libc++ data formatters for std::optional.Adrian Prantl1-0/+8
2018-07-27Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."Davide Italiano1-8/+0
2018-07-27Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano1-0/+8
2017-11-14Add a data formatter for libc++ std::bitsetPavel Labath1-0/+4
2017-11-01Add data formatter for libc++ std::queuePavel Labath1-0/+3
2017-11-01Add data formatter for libc++ std::tuplePavel Labath1-0/+3
2017-10-31Add data formatter for libc++'s forward_listPavel Labath1-0/+4
2017-04-12Fix libc++ vector<bool> data formatter (bug #32553)Pavel Labath1-24/+0