summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/FormatManager.cpp
AgeCommit message (Expand)Author
2015-07-01When I introduced hard-coded formatters, I made them non-cacheableEnrico Granata
2015-06-15Add a formatter for wchar_t[N] arraysEnrico Granata
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-28Remove unused #includes of ScriptInterpreterPython.hZachary Turner
2015-03-06A few improvements to our vector types formatting story:Enrico Granata
2015-03-06Provide synthetic children for some vector typesEnrico Granata
2015-02-11Add missing check for LLDB_DISABLE_PYTHON in FormatManagerTamas Berghammer
2015-02-10Fix a couple typos in the previous commitEnrico Granata
2015-02-10Add an LLDB summary for CMTime. Fixes rdar://15370376Enrico Granata
2015-01-28Harden against the process pointer being null - this seems like it shouldn't ...Enrico Granata
2014-12-10Remove the last vestige of the world before data formatters :-)Enrico Granata
2014-11-11Move a bunch of summary formatters to oneliner mode. This makes more cases el...Enrico Granata
2014-10-29Shuffle a couple of formatters around. This should fix the bug that never die...Enrico Granata
2014-10-22Reorganize some of the data formatters code to simplify CXXFormattersFunction...Enrico Granata
2014-10-15Add synthetic children support for NSIndexPathEnrico Granata
2014-10-09If a ValueObject has a child that vends synthetic children, but only does so ...Enrico Granata
2014-10-03Stop enabling the std::vector<bool> data formatter for libstdc++, and for tha...Enrico Granata
2014-09-16Unused functions break the -Werror build. Revert for now.Enrico Granata
2014-09-16Add a convenience function to FormatManager to setup an empty filter (one tha...Enrico Granata
2014-09-11When deciding if one-liner printing applies, and you find a summary, the summ...Enrico Granata
2014-09-05Introduce the notion of a "type validator" formatterEnrico Granata
2014-08-27Add __NSCFDictionary to the list of NSDictionary-like types for which we know...Enrico Granata
2014-08-19Refactor the hardcoded formatters facility to use sequences of lambdas - stil...Enrico Granata
2014-08-16Enable the data formatter for std::vector<bool> on libc++ again. In recent cl...Enrico Granata
2014-06-27lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool
2014-05-17Introduce the concept of a "display name" for typesEnrico Granata
2014-04-23Allow summary formatters to take ValueObjects into account when deciding whet...Enrico Granata
2014-04-10<rdar://problem/12055586>Enrico Granata
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-03-20cleanup unreferenced functionsSaleem Abdulrasool
2014-03-20rdar://16361422Enrico Granata
2014-02-07rdar://15648942Enrico Granata
2014-02-03<rdar://problem/15154623>Enrico Granata
2014-01-08__CFString should also format as an NSStringEnrico Granata
2014-01-08New and improved data formatter for std::shared_ptr<> and std::weak_ptr<>Enrico Granata
2013-12-28Add a new way to bind a format to a type: by enum typeEnrico Granata
2013-12-20FormatNavigator has long stopped navigating anything - the generation of poss...Enrico Granata
2013-11-22<rdar://problem/15530080>Enrico Granata
2013-10-31Renaming the setting to enable/disable automatic one-lining of summaries as a...Enrico Granata
2013-10-30This checkin introduces the notion of hardcoded formatters, which LLDB can bi...Enrico Granata
2013-10-30<rdar://problem/15143022>Enrico Granata
2013-10-25<rdar://problem/15319880>Enrico Granata
2013-10-23One should actually not do one-line printing of nested aggregates even if the...Enrico Granata
2013-10-21Get rid of the FooStructSynth, it was a testing thing I put in and forgot to ...Enrico Granata
2013-10-20Fix python-free build.Joerg Sonnenberger
2013-10-17This is the last piece of work for "formats in categories": we now cache form...Enrico Granata
2013-10-15<rdar://problem/15235492>Enrico Granata
2013-10-08<rdar://problem/12632394>Enrico Granata