summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/FormattersHelpers.cpp
AgeCommit message (Expand)Author
2025-07-07[lldb][Formatters] Use container summary helper for libstdc++ formatters (#14...Michael Buch
2025-07-04[lldb][DataFormatter] Format libstdc++ unique_ptr like we do libc++ (#146909)Michael Buch
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath
2025-05-08[lldb][DataFormatters] Change ExtractIndexFromString to return std::optional ...Charles Zablit
2023-05-01Re-land "[lldb] Make the libcxx unique_ptr prettyprinter support custom delet...Jorge Gorbe Moya
2023-05-01Revert "[lldb] Make the libcxx unique_ptr prettyprinter support custom delete...Jorge Gorbe Moya
2023-05-01[lldb] Make the libcxx unique_ptr prettyprinter support custom deleters.Jorge Gorbe Moya
2023-04-12[lldb] Change formatter helper function parameter list to remove ConstStringAlex Langford
2022-10-10[NFCI] More TypeCategoryImpl refactoring.Jorge Gorbe Moya
2021-11-18[lldb] (Partially) enable formatting of utf strings before the program is sta...Pavel Labath
2020-03-23[DataFormatters] Add formatter for libc++ std::unique_ptrshafik
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-04Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-03-14[Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.Davide Italiano
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-08Remove even more of the data formatters that silently run codeEnrico Granata
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham
2015-11-13Upstream some data formatter related cleanupsEnrico Granata
2015-10-20Rationalization of includes in the data formatters codeEnrico Granata
2015-10-07Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...Enrico Granata
2015-09-25Fix evaluation of unicode character arrays (char16_t[] and char32_t[])Dawn Perchik
2015-09-17Add the ability for formatter categories to be bound to one or more languagesEnrico Granata
2015-09-04Nuke CXXFormatterFunctions.cpp - split the contents of it across different fi...Enrico Granata
2015-09-02Move the functions that FormatManager uses to actually load formatters into t...Enrico Granata