summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
AgeCommit message (Expand)Author
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike
2025-11-12[lldb][Language] Pass SymbolNameFitsToLanguage parameter by const-ref (#167684)Michael Buch
2025-10-01[lldb][CPlusPlusLanguage] Avoid redundant const char* -> StringRef roundtrip ...Michael Buch
2025-09-17[lldb] Add unreachable after fully covered switches, avoid GCC warnings. NFC....Martin Storsjö
2025-09-12[lldb] Fixed UB in CPlusPlusLanguage plug-in (#158304)Dmitry Vasilyev
2025-09-05[lldb][DataFormatter] Allow std::string formatters to match against custom al...Michael Buch
2025-08-27[lldb][CPlusPlusLanguage] Expose ManglingSubstitutor as static helpers (#155483)Michael Buch
2025-08-15[lldb] Fix CXX's SymbolNameFitsToLanguage matching other languages (#153685)Augusto Noronha
2025-08-07[lldb][Mangled] Move SuffixRange computation into TrackingOutputBuffer (#152483)Michael Buch
2025-08-05[lldb][CPlusPlusLanguage] Create public accessors for getting DemangledNameIn...Michael Buch
2025-08-05[lldb] add TemplateRange and NameQualifiersRange to DemangledNameInfo (#150999)Charles Zablit
2025-07-25[LLDB] Add formatters for MSVC STL std::string_view and friends (#150318)nerix
2025-07-23[LLDB] Add formatters for MSVC STL std::deque (#150097)nerix
2025-07-23[LLDB] Add formatters for MSVC STL map-like types (#148385)nerix
2025-07-22[LLDB] Add formatters for MSVC STL unordered containers (#149519)nerix
2025-07-22[LLDB] Add formatters for MSVC STL std::atomic (#149801)nerix
2025-07-21[LLDB] Add formatters for MSVC STL std::variant (#148554)nerix
2025-07-21[LLDB] Add formatters for MSVC STL std::optional (#149545)nerix
2025-07-16[LLDB] Add formatters for MSVC STL std::(forward_)list (#148285)nerix
2025-07-16[LLDB] Convert libstdc++ std::variant summary to C++ (#148929)nerix
2025-07-16[LLDB] Add formatters for MSVC STL std::vector (#147538)nerix
2025-07-15[LLDB] Add formatters for MSVC STL std::tuple (#148548)nerix
2025-07-14[LLDB] Add formatters for MSVC STL std::unique_ptr (#148248)nerix
2025-07-11[LLDB] Add formatters for MSVC STL std::shared_ptr (#147575)nerix
2025-07-08[LLDB] Add type summaries for MSVC STL strings (#143177)nerix
2025-07-08[lldb][test] Combine libstdc++ and libc++ tuple tests into generic test (#147...Michael Buch
2025-07-07[lldb][test] Combine libstdc++ and libc++ std::map tests into generic test (#...Michael Buch
2025-07-07[lldb][Formatters] Use container summary helper for libstdc++ formatters (#14...Michael Buch
2025-07-03[lldb] fix incorrect logging message (#146903)Charles Zablit
2025-07-02[LLDB] Simplify libstdc++ string summaries (#146562)nerix
2025-06-23[lldb] upgrade HandleFrameFormatVariable callees to llvm::Expected (#144731)Charles Zablit
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere
2025-05-28[Demangling] Refactor Demangler range tracking (#140762)Charles Zablit
2025-05-27[lldb] optionally match the `__debug` namespace for libstdc++ containers. (#1...Ebuka Ezike
2025-04-29Reland "[lldb][Format] Make function name frame-format variables work without...Michael Buch
2025-04-29[lldb][Format] Add function.suffix frame-format variable (#137763)Michael Buch
2025-04-29Revert "[lldb][Format] Make function name frame-format variables work without...Michael Buch
2025-04-28[lldb][Format] Make function name frame-format variables work without debug-i...Michael Buch
2025-04-25[lldb][NFC] Add missing newline between function definitionsMichael Buch
2025-04-25[lldb][CPlusPlus] Add plugin.cplusplus.display.function-name-format setting (...Michael Buch
2025-04-25[lldb][Format] Introduce new frame-format variables for function parts (#131836)Michael Buch
2025-04-14[LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server ...Dmitry Vasilyev
2025-04-13[lldb][Format] Display only the inlined frame name in backtraces if available...Michael Buch
2025-04-13[lldb][Language] Change GetFunctionDisplayName to take SymbolContext by refer...Michael Buch
2025-04-11[lldb][Format][NFCI] Refactor CPlusPlusLanguage::GetFunctionDisplayName into ...Michael Buch
2025-04-09Revert "[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server ...David Spickett
2025-04-09[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server dependen...Dmitry Vasilyev
2025-02-03[lldb] Show value for libcxx and libstdcxx summary and remove pointer value i...Zequan Wu
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-06-01Use StringRef::starts_with (NFC) (#94112)Kazu Hirata