aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
AgeCommit message (Expand)AuthorFilesLines
18 hours[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-12[lldb] Fixed UB in CPlusPlusLanguage plug-in (#158304)Dmitry Vasilyev1-2/+4
2025-09-05[lldb][DataFormatter] Allow std::string formatters to match against custom al...Michael Buch1-33/+17
2025-08-27[lldb][CPlusPlusLanguage] Expose ManglingSubstitutor as static helpers (#155483)Michael Buch1-134/+188
2025-08-15[lldb] Fix CXX's SymbolNameFitsToLanguage matching other languages (#153685)Augusto Noronha1-1/+3
2025-08-07[lldb][Mangled] Move SuffixRange computation into TrackingOutputBuffer (#152483)Michael Buch1-13/+12
2025-08-05[lldb][CPlusPlusLanguage] Create public accessors for getting DemangledNameIn...Michael Buch1-37/+95
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)nerix1-0/+52
2025-07-23[LLDB] Add formatters for MSVC STL std::deque (#150097)nerix1-5/+23
2025-07-23[LLDB] Add formatters for MSVC STL map-like types (#148385)nerix1-16/+44
2025-07-22[LLDB] Add formatters for MSVC STL unordered containers (#149519)nerix1-4/+24
2025-07-22[LLDB] Add formatters for MSVC STL std::atomic (#149801)nerix1-0/+13
2025-07-21[LLDB] Add formatters for MSVC STL std::variant (#148554)nerix1-8/+25
2025-07-21[LLDB] Add formatters for MSVC STL std::optional (#149545)nerix1-10/+20
2025-07-16[LLDB] Add formatters for MSVC STL std::(forward_)list (#148285)nerix1-11/+46
2025-07-16[LLDB] Convert libstdc++ std::variant summary to C++ (#148929)nerix1-5/+3
2025-07-16[LLDB] Add formatters for MSVC STL std::vector (#147538)nerix1-5/+25
2025-07-15[LLDB] Add formatters for MSVC STL std::tuple (#148548)nerix1-9/+17
2025-07-14[LLDB] Add formatters for MSVC STL std::unique_ptr (#148248)nerix1-4/+27
2025-07-11[LLDB] Add formatters for MSVC STL std::shared_ptr (#147575)nerix1-18/+37
2025-07-08[LLDB] Add type summaries for MSVC STL strings (#143177)nerix1-29/+109
2025-07-08[lldb][test] Combine libstdc++ and libc++ tuple tests into generic test (#147...Michael Buch1-1/+5
2025-07-07[lldb][test] Combine libstdc++ and libc++ std::map tests into generic test (#...Michael Buch1-2/+2
2025-07-07[lldb][Formatters] Use container summary helper for libstdc++ formatters (#14...Michael Buch1-53/+63
2025-07-03[lldb] fix incorrect logging message (#146903)Charles Zablit1-3/+3
2025-07-02[LLDB] Simplify libstdc++ string summaries (#146562)nerix1-18/+11
2025-06-23[lldb] upgrade HandleFrameFormatVariable callees to llvm::Expected (#144731)Charles Zablit1-155/+142
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere1-4/+4
2025-05-28[Demangling] Refactor Demangler range tracking (#140762)Charles Zablit1-2/+2
2025-05-27[lldb] optionally match the `__debug` namespace for libstdc++ containers. (#1...Ebuka Ezike1-29/+39
2025-04-29Reland "[lldb][Format] Make function name frame-format variables work without...Michael Buch1-2/+36
2025-04-29[lldb][Format] Add function.suffix frame-format variable (#137763)Michael Buch1-0/+33
2025-04-29Revert "[lldb][Format] Make function name frame-format variables work without...Michael Buch1-36/+2
2025-04-28[lldb][Format] Make function name frame-format variables work without debug-i...Michael Buch1-2/+36
2025-04-25[lldb][NFC] Add missing newline between function definitionsMichael Buch1-0/+1
2025-04-25[lldb][CPlusPlus] Add plugin.cplusplus.display.function-name-format setting (...Michael Buch1-1/+46
2025-04-25[lldb][Format] Introduce new frame-format variables for function parts (#131836)Michael Buch1-2/+231
2025-04-14[LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server ...Dmitry Vasilyev1-76/+55
2025-04-13[lldb][Format] Display only the inlined frame name in backtraces if available...Michael Buch1-23/+2
2025-04-13[lldb][Language] Change GetFunctionDisplayName to take SymbolContext by refer...Michael Buch1-7/+5
2025-04-11[lldb][Format][NFCI] Refactor CPlusPlusLanguage::GetFunctionDisplayName into ...Michael Buch1-53/+77
2025-04-09Revert "[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server ...David Spickett1-52/+76
2025-04-09[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server dependen...Dmitry Vasilyev1-76/+52
2025-02-03[lldb] Show value for libcxx and libstdcxx summary and remove pointer value i...Zequan Wu1-2/+2
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere1-1/+1
2024-06-01Use StringRef::starts_with (NFC) (#94112)Kazu Hirata1-1/+1
2024-04-15[LLDB][libc++] Adds valarray proxy data formatters. (#88613)Mark de Wever1-0/+11
2024-04-13[lldb][libc++] Adds local_t clock data formatters. (#88178)Mark de Wever1-1/+24