summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters
Commit message (Expand)AuthorAgeFilesLines
* New and improved data formatter for std::shared_ptr<> and std::weak_ptr<>Enrico Granata2014-01-082-2/+48
* Add a new way to bind a format to a type: by enum typeEnrico Granata2013-12-282-6/+98
* Centralize the code for GetValueAsCString() in TypeFormatImpl (the implementi...Enrico Granata2013-12-221-0/+88
* There is no need to use the expression parser to generate true and false - wr...Enrico Granata2013-12-211-11/+18
* All data formatters come in "match exact" and "match regex" stylesEnrico Granata2013-12-201-72/+68
* FormatNavigator has long stopped navigating anything - the generation of poss...Enrico Granata2013-12-203-137/+137
* <rdar://problem/15530080>Enrico Granata2013-11-224-33/+163
* <rdar://problem/15449837>Enrico Granata2013-11-211-10/+60
* This patch does a couple of things. Jim Ingham2013-11-074-28/+30
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-046-11/+11
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-026-11/+11
* Further fixes to the dynamic type system prompted by ObjCDataFormatterTestCas...Enrico Granata2013-10-311-2/+1
* 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
* Improvements to the ValueObjectPrinter to behave correctly in more dynamic va...Enrico Granata2013-10-221-8/+29
* 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-172-28/+90
* <rdar://problem/15235492>Enrico Granata2013-10-151-0/+8
* <rdar://problem/12632394>Enrico Granata2013-10-081-0/+21
* <rdar://problem/11778815>Enrico Granata2013-10-085-63/+204
* --raw was not always doing the right thing w.r.t. one-lining children. This c...Enrico Granata2013-10-071-1/+1
* Cleaner way to work around the lack of delegating constructors on some versio...Enrico Granata2013-10-051-35/+32
* <rdar://problem/15154623>Enrico Granata2013-10-051-37/+37
* <rdar://problem/12042982>Enrico Granata2013-10-044-48/+136
* A more thorough fix for the newlines issueEnrico Granata2013-10-031-0/+2
* <rdar://problem/15118409>Enrico Granata2013-10-031-2/+2
* Fix build with GCC 4.6.2 (non-c++11 compilant compiler)Daniel Malea2013-09-301-5/+16
* Fix CMake build by including ValueObjectPrinter.cpp in list of sourcesDaniel Malea2013-09-301-0/+1
* <rdar://problem/14393032>Enrico Granata2013-09-301-0/+533
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-24/+24
* Updated CMakeLists to match XCode projectRichard Mitton2013-09-121-0/+1
* <rdar://problem/14071463>Enrico Granata2013-09-122-1/+138
* Use standard boolean operators.Virgile Bello2013-08-271-3/+3
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+2
* clean up about 22 warnings messagesMichael Sartain2013-08-071-4/+4
* Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef)Enrico Granata2013-07-151-2/+2
* Huge change to clean up types.Greg Clayton2013-07-118-115/+112
* 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/14005652>Enrico Granata2013-06-191-105/+2
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* <rdar://problem/12717717>Enrico Granata2013-06-182-14/+26
* Removing a redundant writeEnrico Granata2013-06-121-3/+0
* 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/14101771>Enrico Granata2013-06-101-3/+4
OpenPOWER on IntegriCloud