aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
AgeCommit message (Expand)AuthorFilesLines
35 hours[LLDB] Add formatters for MSVC STL std::string_view and friends (#150318)nerix1-0/+52
3 days[LLDB] Add formatters for MSVC STL std::deque (#150097)nerix1-5/+23
4 days[LLDB] Add formatters for MSVC STL map-like types (#148385)nerix1-16/+44
5 days[LLDB] Add formatters for MSVC STL unordered containers (#149519)nerix1-4/+24
5 days[LLDB] Add formatters for MSVC STL std::atomic (#149801)nerix1-0/+13
6 days[LLDB] Add formatters for MSVC STL std::variant (#148554)nerix1-8/+25
6 days[LLDB] Add formatters for MSVC STL std::optional (#149545)nerix1-10/+20
11 days[LLDB] Add formatters for MSVC STL std::(forward_)list (#148285)nerix1-11/+46
11 days[LLDB] Convert libstdc++ std::variant summary to C++ (#148929)nerix1-5/+3
11 days[LLDB] Add formatters for MSVC STL std::vector (#147538)nerix1-5/+25
11 days[LLDB] Add formatters for MSVC STL std::tuple (#148548)nerix1-9/+17
13 days[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
2024-03-17[lldb][libc++] Adds slice_array data formatters. (#85544)Mark de Wever1-0/+10
2024-02-10[lldb][libc++] Adds valarray data formatters. (#80609)Mark de Wever1-0/+9
2024-02-05[lldb] Cleanup regex in libcxx formatters (NFC) (#80618)Dave Lee1-6/+6
2024-01-26[lldb] Remove unnecessary suffix from libc++ type name patterns (NFC) (#79644)Dave Lee1-87/+79
2024-01-22[lldb][libc++] Adds system_clock data formatters. (#78609)Mark de Wever1-0/+25
2024-01-18[lldb][Format] Fix missing inlined function names in frame formatting. (#78494)Zequan Wu1-1/+1
2024-01-13[lldb][libc++] Adds missing C++20 calendar data formatters. (#77954)Mark de Wever1-0/+57
2024-01-09[lldb][libc++] Adds some C++20 calendar data formatters. (#76983)Mark de Wever1-0/+35
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1