summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/FormatManager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Nuke CXXFormatterFunctions.cpp - split the contents of it across different fi...Enrico Granata2015-09-041-2/+9
* Move the functions that FormatManager uses to actually load formatters into t...Enrico Granata2015-09-021-99/+2
* std::initializer_list is not safe to return from a function, as copies are no...Enrico Granata2015-09-011-1/+1
* Add support for language plugins to provide data formatters (second attempt)Enrico Granata2015-09-011-12/+143
* Revert "Add support for language plugins to provide data formatters"Pavel Labath2015-09-011-134/+16
* Add support for language plugins to provide data formattersEnrico Granata2015-09-011-16/+134
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-4/+4
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-8/+8
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-2/+2
* There is no reason why this formatter should not cascade. Make it cascadeEnrico Granata2015-07-281-1/+1
* Add a summary for vector typesEnrico Granata2015-07-071-0/+20
* When I introduced hard-coded formatters, I made them non-cacheableEnrico Granata2015-07-011-5/+9
* Add a formatter for wchar_t[N] arraysEnrico Granata2015-06-151-7/+12
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-2/+2
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-2/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Remove unused #includes of ScriptInterpreterPython.hZachary Turner2015-05-281-1/+0
* A few improvements to our vector types formatting story:Enrico Granata2015-03-061-11/+15
* Provide synthetic children for some vector typesEnrico Granata2015-03-061-0/+9
* Add missing check for LLDB_DISABLE_PYTHON in FormatManagerTamas Berghammer2015-02-111-0/+2
* Fix a couple typos in the previous commitEnrico Granata2015-02-101-0/+1
* Add an LLDB summary for CMTime. Fixes rdar://15370376Enrico Granata2015-02-101-0/+19
* Harden against the process pointer being null - this seems like it shouldn't ...Enrico Granata2015-01-281-0/+2
* Remove the last vestige of the world before data formatters :-)Enrico Granata2014-12-101-0/+11
* Move a bunch of summary formatters to oneliner mode. This makes more cases el...Enrico Granata2014-11-111-25/+34
* Shuffle a couple of formatters around. This should fix the bug that never die...Enrico Granata2014-10-291-12/+10
* Reorganize some of the data formatters code to simplify CXXFormattersFunction...Enrico Granata2014-10-221-0/+1
* Add synthetic children support for NSIndexPathEnrico Granata2014-10-151-0/+2
* If a ValueObject has a child that vends synthetic children, but only does so ...Enrico Granata2014-10-091-2/+13
* Stop enabling the std::vector<bool> data formatter for libstdc++, and for tha...Enrico Granata2014-10-031-7/+0
* Unused functions break the -Werror build. Revert for now.Enrico Granata2014-09-161-9/+0
* Add a convenience function to FormatManager to setup an empty filter (one tha...Enrico Granata2014-09-161-0/+9
* When deciding if one-liner printing applies, and you find a summary, the summ...Enrico Granata2014-09-111-3/+2
* Introduce the notion of a "type validator" formatterEnrico Granata2014-09-051-1/+88
* Add __NSCFDictionary to the list of NSDictionary-like types for which we know...Enrico Granata2014-08-271-0/+1
* Refactor the hardcoded formatters facility to use sequences of lambdas - stil...Enrico Granata2014-08-191-16/+55
* Enable the data formatter for std::vector<bool> on libc++ again. In recent cl...Enrico Granata2014-08-161-0/+2
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-2/+2
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-1/+5
* Allow summary formatters to take ValueObjects into account when deciding whet...Enrico Granata2014-04-231-1/+1
* <rdar://problem/12055586>Enrico Granata2014-04-101-3/+29
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-3/+9
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-22/+0
* rdar://16361422Enrico Granata2014-03-201-0/+1
* rdar://15648942Enrico Granata2014-02-071-0/+19
* <rdar://problem/15154623>Enrico Granata2014-02-031-3/+3
* __CFString should also format as an NSStringEnrico Granata2014-01-081-0/+1
* New and improved data formatter for std::shared_ptr<> and std::weak_ptr<>Enrico Granata2014-01-081-2/+3
* Add a new way to bind a format to a type: by enum typeEnrico Granata2013-12-281-1/+1
* FormatNavigator has long stopped navigating anything - the generation of poss...Enrico Granata2013-12-201-39/+39
OpenPOWER on IntegriCloud