aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus
AgeCommit message (Expand)AuthorFilesLines
9 days[LLDB] Add formatters for MSVC STL std::string_view and friends (#150318)nerix3-0/+124
11 days[LLDB] Add formatters for MSVC STL std::deque (#150097)nerix4-5/+204
12 days[LLDB] Add formatters for MSVC STL map-like types (#148385)nerix4-16/+463
13 days[LLDB] Add formatters for MSVC STL unordered containers (#149519)nerix4-4/+100
13 days[LLDB] Add formatters for MSVC STL std::atomic (#149801)nerix4-0/+123
14 days[LLDB] Add formatters for MSVC STL std::variant (#148554)nerix5-8/+225
14 days[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
2025-06-26[lldb][DataFormatter] Unwrap reference type when formatting std::unordered_ma...Michael Buch1-2/+4
2025-06-23[lldb] upgrade HandleFrameFormatVariable callees to llvm::Expected (#144731)Charles Zablit1-155/+142
2025-06-17[LLDB] Consolidate C++ string buffer summaries (#144258)nerix3-137/+141
2025-06-17[lldb][Formatter] Get element type for unordered_maps from __hash_table::valu...Michael Buch1-6/+12
2025-06-11[lldb] Show coro_frame in `std::coroutine_handle` pretty printer (#141516)Adrian Vogelsgesang2-81/+68
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-3/+2
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere2-7/+7
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch1-1/+2
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath3-16/+7
2025-05-30[LLDB] Avoid crashes when inspecting MSVC STL types (#140761)nerix2-3/+7
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-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee2-4/+3
2025-05-20[lldb][DataFormatters] Adjust retrieval of unordered_map element type (#140256)Michael Buch1-11/+12
2025-05-08[lldb][DataFormatters] Change ExtractIndexFromString to return std::optional ...Charles Zablit14-46/+55
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit24-95/+215
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 Buch2-1/+34
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-28[lldb] Highlight basenames in backtraces (#137301)Michael Buch1-1/+1
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 Buch4-1/+71
2025-04-25[lldb][Format] Introduce new frame-format variables for function parts (#131836)Michael Buch2-2/+238