aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus
AgeCommit message (Expand)AuthorFilesLines
8 days[lldb] Add MSVC STL std::*_ordering summary providers (#175070)Sergei Druzhkov3-17/+134
8 days[lldb] Add libcxx std::*_ordering summary providers (#174227)Sergei Druzhkov3-0/+105
2026-01-15Reland [LLDB] Fix MS STL variant with non-trivial types and PDB (#176189)Nerixyz1-5/+11
2026-01-14Revert "[LLDB] Fix MS STL `variant` with non-trivial types" (#176059)Jonas Devlieghere1-11/+5
2026-01-14[LLDB] Prevent division by zero in MSVC deque formatter (#175842)Nerixyz1-2/+2
2026-01-13[lldb] Fix null pointer crash in LibStdcppTupleSyntheticFrontEnd::Update (#17...GeorgeHuyubo1-0/+2
2026-01-13[lldb] Fix crash in lldb when unique pointer is not valid (#175737)Ebuka Ezike1-2/+4
2026-01-12[lldb][Formatters] Remove broken/redundant lookup into anonymous child when e...Michael Buch6-33/+22
2026-01-12[LLDB] Fix MS STL `variant` with non-trivial types (#171489)Nerixyz1-5/+11
2026-01-08[lldb] Add std::*_ordering summary providers (#174195)Sergei Druzhkov3-0/+108
2026-01-08[LLDB][NFC] Remove excessive use of `auto` from MSVC STL formatters (#175019)Nerixyz4-14/+17
2026-01-08[LLDB] Run MSVC STL deque tests with PDB (#172360)Nerixyz1-7/+11
2026-01-07[LLDB] Add MSVC STL span formatter (#173053)Nerixyz4-9/+158
2026-01-06[lldb] Add libstdcpp string view summary provider (#171854)Sergei Druzhkov5-31/+168
2025-12-16[LLDB] Run MSVC STL atomic tests with PDB (#172349)nerix1-2/+11
2025-12-11[lldb][Formatters] Simplify std::list libc++ formatter matching regex (#147709)Michael Buch1-13/+5
2025-12-11[LLDB] Run MSVC variant test with PDB (#171858)nerix1-2/+10
2025-12-09[LLDB] Run MSVC STL (forward-)list test with PDB (#166953)nerix1-0/+18
2025-12-03[lldb] add libstdcpp span formatter (#168705)Ebuka Ezike4-0/+126
2025-12-03[lldb] Fix abi_tag parsing for operator<< and operator-named tags (#170224)Ebuka Ezike1-5/+6
2025-11-27[lldb] Fix CxxMethodName Parser on return type (#169652)Ebuka Ezike1-10/+23
2025-11-25[lldb][NFC] use llvm::StringRef in `ExtractContextAndIdentifer` function (#16...Ebuka Ezike2-6/+6
2025-11-21[NFC][lldb] Remove duplicated checks (#169093)Sergei Druzhkov1-3/+0
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike6-134/+160
2025-11-12[lldb][Language] Pass SymbolNameFitsToLanguage parameter by const-ref (#167684)Michael Buch2-2/+2
2025-10-15[lldb] Only get child if m_storage and m_element_type is valid (#163077)Ebuka Ezike1-1/+1
2025-10-14[lldb][DataFormatter][NFC] LibCxxUnorderedMap: remove unused variable (#163226)Michael Buch1-8/+7
2025-10-13[LLDB] Check type before creating `std::atomic` synthetic children (#163176)nerix4-2/+19
2025-10-01[lldb][CPlusPlusLanguage] Avoid redundant const char* -> StringRef roundtrip ...Michael Buch1-4/+4
2025-09-17[lldb] Add unreachable after fully covered switches, avoid GCC warnings. NFC....Martin Storsjö1-0/+1
2025-09-15[lldb] Fix unordered-map data formatter for const types (#156033)Ebuka Ezike1-4/+5
2025-09-12[lldb] Fixed UB in CPlusPlusLanguage plug-in (#158304)Dmitry Vasilyev2-4/+8
2025-09-05[lldb][DataFormatter] Allow std::string formatters to match against custom al...Michael Buch1-33/+17
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere2-10/+10
2025-08-27[lldb][CPlusPlusLanguage] Expose ManglingSubstitutor as static helpers (#155483)Michael Buch2-134/+258
2025-08-25[lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (#155153)Michael Buch6-90/+118
2025-08-15[lldb] Fix CXX's SymbolNameFitsToLanguage matching other languages (#153685)Augusto Noronha1-1/+3
2025-08-11[lldb] Fix libstdc++ std::string formatter after #147835 (#152993)David Spickett1-3/+4
2025-08-07[lldb][Mangled] Move SuffixRange computation into TrackingOutputBuffer (#152483)Michael Buch2-13/+16
2025-08-05[lldb][CPlusPlusLanguage] Create public accessors for getting DemangledNameIn...Michael Buch2-37/+121
2025-08-05[lldb] add TemplateRange and NameQualifiersRange to DemangledNameInfo (#150999)Charles Zablit1-5/+5
2025-07-25[LLDB] Add formatters for MSVC STL std::string_view and friends (#150318)nerix3-0/+124
2025-07-23[LLDB] Add formatters for MSVC STL std::deque (#150097)nerix4-5/+204
2025-07-23[LLDB] Add formatters for MSVC STL map-like types (#148385)nerix4-16/+463
2025-07-22[LLDB] Add formatters for MSVC STL unordered containers (#149519)nerix4-4/+100
2025-07-22[LLDB] Add formatters for MSVC STL std::atomic (#149801)nerix4-0/+123
2025-07-21[LLDB] Add formatters for MSVC STL std::variant (#148554)nerix5-8/+225
2025-07-21[LLDB] Add formatters for MSVC STL std::optional (#149545)nerix3-12/+50
2025-07-16[LLDB] Add formatters for MSVC STL std::(forward_)list (#148285)nerix4-61/+301
2025-07-16[LLDB] Convert libstdc++ std::variant summary to C++ (#148929)nerix3-5/+53