summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language
AgeCommit message (Expand)Author
2025-11-21[NFC][lldb] Remove duplicated checks (#169093)Sergei Druzhkov
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike
2025-11-12[lldb][ObjC][NFC] Rewrite IsPossibleObjCMethodName in terms of llvm::StringRe...Michael Buch
2025-11-12[lldb][Language] Pass SymbolNameFitsToLanguage parameter by const-ref (#167684)Michael Buch
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-10-15[lldb] Only get child if m_storage and m_element_type is valid (#163077)Ebuka Ezike
2025-10-14[lldb][DataFormatter][NFC] LibCxxUnorderedMap: remove unused variable (#163226)Michael Buch
2025-10-13[LLDB] Check type before creating `std::atomic` synthetic children (#163176)nerix
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-15[lldb] Fix unordered-map data formatter for const types (#156033)Ebuka Ezike
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-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-08-27[lldb][CPlusPlusLanguage] Expose ManglingSubstitutor as static helpers (#155483)Michael Buch
2025-08-25[lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (#155153)Michael Buch
2025-08-15[lldb] Fix CXX's SymbolNameFitsToLanguage matching other languages (#153685)Augusto Noronha
2025-08-11[lldb] Fix libstdc++ std::string formatter after #147835 (#152993)David Spickett
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
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-31NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight
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] Use non synthetic value for MSVC smart ptr check (#148176)nerix
2025-07-11[LLDB] Add formatters for MSVC STL std::shared_ptr (#147575)nerix
2025-07-08[lldb][Formatters] Consistently unwrap pointer element_type in std::shared_pt...Michael Buch
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][Formatters] Add shared/weak count to libstdc++ std::shared_ptr summary...Michael Buch
2025-07-07[lldb][Formatter] Consolidate libstdc++ and libc++ unique_ptr formatter tests...Michael Buch
2025-07-07[lldb][test] Combine libstdc++ and libc++ std::map tests into generic test (#...Michael Buch
2025-07-07[lldb][Formatters] Make libc++ and libstdc++ std::shared_ptr formatters consi...Michael Buch
2025-07-07[lldb][Formatters] Use container summary helper for libstdc++ formatters (#14...Michael Buch
2025-07-04[lldb][Formatters] Fix weak reference count for std::shared_ptr/std::weak_ptr...Michael Buch
2025-07-04[lldb][DataFormatter] Format libstdc++ unique_ptr like we do libc++ (#146909)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-26[lldb][DataFormatter] Unwrap reference type when formatting std::unordered_ma...Michael Buch