aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-15[lldb] Fix unordered-map data formatter for const types (#156033)Ebuka Ezike1-4/+5
2025-08-25[lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (#155153)Michael Buch1-37/+22
2025-06-26[lldb][DataFormatter] Unwrap reference type when formatting std::unordered_ma...Michael Buch1-2/+4
2025-06-17[lldb][Formatter] Get element type for unordered_maps from __hash_table::valu...Michael Buch1-6/+12
2025-05-20[lldb][DataFormatters] Adjust retrieval of unordered_map element type (#140256)Michael Buch1-11/+12
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/+14
2025-02-17[lldb] Provide default impl for MightHaveChildren (NFC) (#119977)Dave Lee1-14/+0
2025-01-15[lldb] Fix std::unordered_* synthetic children when typedefs are used. (#123125)Greg Clayton1-1/+2
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-63/+103
2024-07-08[lldb][DataFormatter] Simplify std::unordered_map::iterator formatter (#97754)Michael Buch1-106/+50
2024-07-08[lldb][DataFormatter] Move std::unordered_map::iterator formatter into LibCxx...Michael Buch1-0/+196
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-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-10/+10
2024-01-31[lldb][DataFormatter][NFC] Use GetFirstValueOfLibCXXCompressedPair throughout...Michael Buch1-37/+15
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-10-13[lldb][DataFormatter] unordered_map: account for new libc++ __hash_node layou...Michael Buch1-2/+19
2023-06-26Don't allow SBValue::Cast to cast from a smaller type to a larger,Jim Ingham1-1/+5
2023-06-13[lldb] Default can_create to true in GetChildAtIndex (NFC)Dave Lee1-2/+2
2023-06-13[lldb] Default can_create to true in GetChildMemberWithName (NFC)Dave Lee1-12/+11
2023-06-01[lldb] Take StringRef names in GetChildAtNamePath (NFC)Dave Lee1-7/+4
2023-05-31[lldb] Take StringRef name in GetChildMemberWithName (NFC)Dave Lee1-20/+12
2022-11-11[lldb] Don't assume name of libc++ inline namespace in LibCxxUnorderedMapDave Lee1-2/+14
2022-09-02[lldb] From unordered_map synthetic provider, return std::pair childrenDave Lee1-5/+30
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour1-5/+5
2021-11-23Make some libstd++ formatters saferWalter Erquinigo1-5/+8
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-1/+1
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
2017-11-13CompilerType: Add ability to retrieve an integral template argumentPavel Labath1-3/+2
2017-05-12Rename Error -> Status.Zachary Turner1-3/+3
2017-04-26Fix libcxx formatters for changes in r300140.Lang Hames1-14/+52
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-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-1/+1
2016-10-05Fixes for libc++ std::unordered_map data formatter against trunkEnrico Granata1-4/+30
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-116/+116
2016-07-06Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata1-14/+4
2016-05-25Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...Enrico Granata1-4/+7
2016-02-29Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko1-10/+8
2015-10-20Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko1-21/+21