aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-08-25[lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (#155153)Michael Buch1-16/+13
2025-05-08[lldb][DataFormatters] Change ExtractIndexFromString to return std::optional ...Charles Zablit1-3/+3
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit1-6/+13
2025-02-17[lldb] Provide default impl for MightHaveChildren (NFC) (#119977)Dave Lee1-14/+0
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere1-2/+2
2024-09-16[lldb] Support new libc++ __compressed_pair layout (#96538)Michael Buch1-10/+29
2024-07-08[lldb][DataFormatter] Simplify std::map formatter (#97579)Michael Buch1-109/+41
2024-07-08[lldb][DataFormatter] Simplify libc++ std::map::iterator formatter (#97713)Michael Buch1-118/+56
2024-07-08[lldb][DataFormatter] Remove support for old std::map layout (#97549)Michael Buch1-46/+30
2024-07-04[lldb][DataFormatter][NFC] Move std::map iterator formatter into LibCxxMap.cp...Michael Buch1-0/+187
2024-07-03[lldb][DataFormatter][NFC] Factor out MapIterator logic into separate helper ...Michael Buch1-44/+73
2024-07-03[lldb][DataFormatter][NFC] std::map: minor restructuring in GetChildAtIndex t...Michael Buch1-34/+37
2024-07-03[lldb][DataFormatter][NFC] std::map: Add comments and other minor cleanupsMichael Buch1-10/+5
2024-07-03[lldb][DataFormatter][NFC] Remove redundant variables in std::map formatterMichael Buch1-3/+0
2024-05-22Change GetChildCompilerTypeAtIndex to return Expected (NFC) (#92979)Adrian Prantl1-7/+7
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl1-7/+7
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer1-7/+7
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl1-7/+7
2024-03-07Change GetChildAtIndex to take a uint32_tAdrian Prantl1-2/+2
2024-03-07Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl1-2/+2
2024-02-08[lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an...Michael Buch1-4/+5
2024-01-31[lldb][DataFormatter][NFC] Use GetFirstValueOfLibCXXCompressedPair throughout...Michael Buch1-18/+8
2023-07-03[lldb][NFCI] TypeSystemClang::CreateStructForIdentifier should take a StringRefAlex Langford1-1/+1
2023-06-13[lldb] Default can_create to true in GetChildAtIndex (NFC)Dave Lee1-4/+4
2023-06-13[lldb] Default can_create to true in GetChildMemberWithName (NFC)Dave Lee1-7/+7
2023-06-01[lldb] Take StringRef names in GetChildAtNamePath (NFC)Dave Lee1-4/+1
2023-05-31[lldb] Take StringRef name in GetChildMemberWithName (NFC)Dave Lee1-15/+7
2023-01-25[LLDB] Fixes summary formatter for libc++ map allowing modification of contai...Pavel Kosov1-10/+1
2022-11-16Make CompilerType safeAdrian Prantl1-3/+2
2022-09-09Adapt LLDB dataformatters for libcxx change D129386Adrian Prantl1-4/+6
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich1-2/+2
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour1-7/+5
2022-02-16[LLDB] Replace use of double underscore in identifiersShafik Yaghmour1-19/+19
2021-05-10Remove some unnecessary explicit defaulted copy ctors to cleanup -Wdeprecated...David Blaikie1-4/+3
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann1-3/+3
2019-12-04Add a default copy-assignment or copy-constructor for -Wdeprecated-copy warni...Eric Christopher1-0/+2
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-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-2/+2
2017-11-13CompilerType: Add ability to retrieve an integral template argumentPavel Labath1-5/+4
2017-05-12Rename Error -> Status.Zachary Turner1-4/+4
2017-04-26Fix libcxx formatters for changes in r300140.Lang Hames1-1/+17
2017-03-31Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer1-3/+2
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-1/+1
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner1-1/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner1-2/+2
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov1-1/+1