summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
AgeCommit message (Expand)Author
2025-10-13[LLDB] Check type before creating `std::atomic` synthetic children (#163176)nerix
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit
2025-02-17[lldb] Provide default impl for MightHaveChildren (NFC) (#119977)Dave Lee
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-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
2023-01-25[LLDB] Fix for libc++ atomic allowing modification of contained valuePavel Kosov
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2020-02-18[lldb] Don't model std::atomic as a transparent data structure in the data fo...Raphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-03-05[DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...Shafik Yaghmour
2019-03-05Revert "[DataFormatters] Fix regression in libc++ std::atomic formatter cause...Shafik Yaghmour
2019-03-05[DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...Shafik Yaghmour
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-12Remove an unnecessary includeEnrico Granata
2016-02-12Data formatter support for libc++ std::atomic<T>Enrico Granata