aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-16[LLDB] Add formatters for MSVC STL std::vector (#147538)nerix4-5/+336
2025-07-15[LLDB] Add formatters for MSVC STL std::tuple (#148548)nerix4-9/+129
2025-07-14[LLDB] Add formatters for MSVC STL std::unique_ptr (#148248)nerix3-4/+150
2025-07-11[LLDB] Use non synthetic value for MSVC smart ptr check (#148176)nerix1-1/+4
2025-07-11[LLDB] Add formatters for MSVC STL std::shared_ptr (#147575)nerix5-19/+212
2025-07-08[lldb][Formatters] Consistently unwrap pointer element_type in std::shared_pt...Michael Buch5-13/+43
2025-07-08[LLDB] Add type summaries for MSVC STL strings (#143177)nerix4-29/+300
2025-07-08[lldb][test] Combine libstdc++ and libc++ tuple tests into generic test (#147...Michael Buch1-1/+5
2025-07-07[lldb][Formatters] Add shared/weak count to libstdc++ std::shared_ptr summary...Michael Buch1-17/+26
2025-07-07[lldb][Formatter] Consolidate libstdc++ and libc++ unique_ptr formatter tests...Michael Buch2-11/+7
2025-07-07[lldb][test] Combine libstdc++ and libc++ std::map tests into generic test (#...Michael Buch1-2/+2
2025-07-07[lldb][Formatters] Make libc++ and libstdc++ std::shared_ptr formatters consi...Michael Buch3-27/+40
2025-07-07[lldb][Formatters] Use container summary helper for libstdc++ formatters (#14...Michael Buch3-62/+63
2025-07-04[lldb][Formatters] Fix weak reference count for std::shared_ptr/std::weak_ptr...Michael Buch1-1/+6
2025-07-04[lldb][DataFormatter] Format libstdc++ unique_ptr like we do libc++ (#146909)Michael Buch2-52/+28
2025-07-03[lldb] fix incorrect logging message (#146903)Charles Zablit1-3/+3
2025-07-02[LLDB] Simplify libstdc++ string summaries (#146562)nerix3-138/+17