aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/DataVisualization.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-182/+128
2015-11-18Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...Enrico Granata1-8/+2
2015-11-18Revert 2 commits breaking the MSVC buildTamas Berghammer1-2/+8
2015-11-18Cleanup the type X list commands to use the new ForEach goodnessEnrico Granata1-8/+2
2015-11-14The existing logic to loop over formatters is very pre-C++11, using void* bat...Enrico Granata1-0/+6
2015-10-29Add a --language (-l) option to the formatter delete commands in order to all...Enrico Granata1-0/+8
2015-10-20Rationalization of includes in the data formatters codeEnrico Granata1-2/+0
2015-09-17Add the ability for formatter categories to be bound to one or more languagesEnrico Granata1-1/+1
2015-09-04Add a --language (-l) option to type category {enable|disable} to allow peopl...Enrico Granata1-0/+14
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2014-10-03Issuing a "type category disable *" command followed by a "type category enab...Enrico Granata1-0/+12
2014-09-05Introduce the notion of a "type validator" formatterEnrico Granata1-0/+12
2013-12-20FormatNavigator has long stopped navigating anything - the generation of poss...Enrico Granata1-6/+6
2013-10-08<rdar://problem/11778815>Enrico Granata1-52/+5
2013-10-04<rdar://problem/12042982>Enrico Granata1-0/+6
2013-01-28<rdar://problem/12978143>Enrico Granata1-0/+279