summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
AgeCommit message (Expand)Author
2025-07-07[lldb][Formatter] Consolidate libstdc++ and libc++ unique_ptr formatter tests...Michael Buch
2025-07-04[lldb][DataFormatter] Format libstdc++ unique_ptr like we do libc++ (#146909)Michael Buch
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-02-17[lldb] Provide default impl for MightHaveChildren (NFC) (#119977)Dave Lee
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-07Change GetChildAtIndex to take a uint32_tAdrian Prantl
2024-03-07Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl
2024-02-08[lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an...Michael Buch
2023-09-21Lazy deference underlying object for shared/weak/unique_ptr synthetic… (#67...jeffreytan81
2023-06-13[lldb] Default can_create to true in GetChildMemberWithName (NFC)Dave Lee
2023-05-31[lldb] Take StringRef name in GetChildMemberWithName (NFC)Dave Lee
2021-06-15[lldb] Fix libstdc++ 11's std::unique_ptr affecting LLDB testsuite TestDataFo...Jan Kratochvil
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-09[LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...Cameron Desrochers
2019-10-09[LLDB] Fix for synthetic children memory leakCameron Desrochers
2019-04-26Allow direct comparison of ConstString against StringRefRaphael Isemann
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-11Fix tuple getter in std unique pointer pretty-printerPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-03-08Fix std unique pointer pretty-printer for new stl versionsPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-31Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer
2017-03-31Add support for sythetic operator dereferenceTamas Berghammer
2017-03-31Do not dereference std::unique_ptr by defaultTamas Berghammer
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-09Display the pointer value in the libstdc++ unique_ptr summaryPavel Labath
2016-11-07Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata
2016-10-21Fix incorrect header order introduced in rL284830Tamas Berghammer
2016-10-21Add data formatter for libstdc++ unique_ptrTamas Berghammer