summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/DataVisualization.cpp
AgeCommit message (Expand)Author
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-09-20[NFCI] Clean up enum FormatCategoryItem.Jorge Gorbe Moya
2020-07-23[lldb][NFC] Remove FormatMapRaphael Isemann
2020-07-23Reland [lldb] Unify type name matching in FormattersContainer IIRaphael Isemann
2020-07-23Temporarily Revert "Reland [lldb] Unify type name matching in FormattersConta...Eric Christopher
2020-07-22Reland [lldb] Unify type name matching in FormattersContainerRaphael Isemann
2020-07-21Revert "[lldb] Unify type name matching in FormattersContainer"Raphael Isemann
2020-07-21[lldb] Unify type name matching in FormattersContainerRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-11Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl
2019-12-03[DataVisualization] Simplify. NFCI.Davide Italiano
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-03-15[DataFormatters] Remove LLDB_DISABLE_PYTHON from FormatManager.Davide Italiano
2019-03-14[DataFormatters] Delete unused code. Not even exposed in the API.Davide Italiano
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-11-18Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...Enrico Granata
2015-11-18Revert 2 commits breaking the MSVC buildTamas Berghammer
2015-11-18Cleanup the type X list commands to use the new ForEach goodnessEnrico Granata
2015-11-14The existing logic to loop over formatters is very pre-C++11, using void* bat...Enrico Granata
2015-10-29Add a --language (-l) option to the formatter delete commands in order to all...Enrico Granata
2015-10-20Rationalization of includes in the data formatters codeEnrico Granata
2015-09-17Add the ability for formatter categories to be bound to one or more languagesEnrico Granata
2015-09-04Add a --language (-l) option to type category {enable|disable} to allow peopl...Enrico Granata
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2014-10-03Issuing a "type category disable *" command followed by a "type category enab...Enrico Granata
2014-09-05Introduce the notion of a "type validator" formatterEnrico Granata
2013-12-20FormatNavigator has long stopped navigating anything - the generation of poss...Enrico Granata
2013-10-08<rdar://problem/11778815>Enrico Granata
2013-10-04<rdar://problem/12042982>Enrico Granata
2013-01-28<rdar://problem/12978143>Enrico Granata