summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/FormatManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/15530080>Enrico Granata2013-11-221-0/+133
* Renaming the setting to enable/disable automatic one-lining of summaries as a...Enrico Granata2013-10-311-1/+1
* This checkin introduces the notion of hardcoded formatters, which LLDB can bi...Enrico Granata2013-10-301-0/+39
* <rdar://problem/15143022>Enrico Granata2013-10-301-0/+1
* <rdar://problem/15319880>Enrico Granata2013-10-251-0/+4
* One should actually not do one-line printing of nested aggregates even if the...Enrico Granata2013-10-231-11/+7
* Get rid of the FooStructSynth, it was a testing thing I put in and forgot to ...Enrico Granata2013-10-211-11/+1
* Fix python-free build.Joerg Sonnenberger2013-10-201-0/+2
* This is the last piece of work for "formats in categories": we now cache form...Enrico Granata2013-10-171-27/+27
* <rdar://problem/15235492>Enrico Granata2013-10-151-0/+8
* <rdar://problem/12632394>Enrico Granata2013-10-081-0/+21
* <rdar://problem/11778815>Enrico Granata2013-10-081-1/+62
* <rdar://problem/15154623>Enrico Granata2013-10-051-37/+37
* <rdar://problem/12042982>Enrico Granata2013-10-041-0/+60
* <rdar://problem/14071463>Enrico Granata2013-09-121-1/+3
* clean up about 22 warnings messagesMichael Sartain2013-08-071-4/+4
* Adding a summary for ObjC blocksEnrico Granata2013-07-101-0/+7
* Remove the #define USE_CACHE since the formatters cache has been operational ...Enrico Granata2013-06-261-23/+7
* <rdar://problem/12717717>Enrico Granata2013-06-181-10/+22
* Remove eFormatHalfFloat as it isn't needed. eFormatFloat should be used and t...Greg Clayton2013-06-111-1/+0
* <rdar://problem/12783351>Enrico Granata2013-06-111-0/+1
* <rdar://problem/13125225>Enrico Granata2013-06-051-0/+6
* <rdar://problem/14003462>Enrico Granata2013-06-041-0/+2
* <rdar://problem/11669154>Enrico Granata2013-05-061-23/+15
* <rdar://problem/12529989>Enrico Granata2013-04-271-6/+13
* Make a synthetic children provider for the ObjC Class typeEnrico Granata2013-04-261-0/+5
* See: http://stackoverflow.com/questions/16166897/c-how-to-obtain-address-of-s...Enrico Granata2013-04-241-1/+1
* <rdar://problem/13437949>Enrico Granata2013-04-231-0/+2
* <rdar://problem/12410225>Enrico Granata2013-03-281-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and...Enrico Granata2013-03-191-15/+7
* This checkin removes the last Cocoa formatters that were implemented in Pytho...Enrico Granata2013-03-191-5/+5
* C++ formatters for NSTimeZone and for CFBitVectorEnrico Granata2013-03-161-7/+7
* NS(Mutable)IndexSet formatter moves from Python to C++Enrico Granata2013-03-161-2/+2
* Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort a...Enrico Granata2013-03-161-6/+6
* Porting the Objective-C Class data type’s summary from Python to C++Enrico Granata2013-03-151-1/+1
* Moving CFBag and NSBundle summaries from Python to C++Enrico Granata2013-03-151-5/+5
* The summary for const char* was not cascading.Enrico Granata2013-02-221-1/+1
* <rdar://problem/4529976>Enrico Granata2013-02-211-14/+36
* <rdar://problem/12529957>Enrico Granata2013-02-181-8/+14
* NSSet formatter is now C++ codeEnrico Granata2013-02-151-9/+8
* <rdar://problem/13204647>Enrico Granata2013-02-151-0/+1
* This checkin implements the data formatter for NSURL in C++ codeEnrico Granata2013-02-081-2/+2
* <rdar://problem/12898191>Enrico Granata2013-02-081-2/+5
* <rdar://problem/12953018>Enrico Granata2013-02-041-1/+11
* <rdar://problem/12978143>Enrico Granata2013-01-281-0/+1033
OpenPOWER on IntegriCloud