summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/CXXFormatterFunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-0/+3
* This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata2014-11-061-23/+23
* Add a setting escape-non-printables that drives whether the StringPrinter sho...Enrico Granata2014-11-051-14/+13
* Also port the C string reading code in ValueObject over to using StringPrinte...Enrico Granata2014-10-301-7/+18
* Start adopting the StringPrinter API. The StringPrinter API is the new blesse...Enrico Granata2014-10-301-377/+68
* Fix the NSPathStore2 data formatter to actually handle the explicit length st...Enrico Granata2014-10-291-1/+26
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-211-2/+2
* Remove unreachable code.Jason Molenda2014-10-161-4/+0
* Improve the way the ObjC data formatters fetch a valid frame to use for runni...Enrico Granata2014-07-301-4/+22
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-1/+61
* Better error reporting when a variable can't beSean Callanan2014-02-281-5/+23
* This patch does a couple of things. Jim Ingham2013-11-071-15/+15
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-4/+4
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-4/+4
* 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
* Huge change to clean up types.Greg Clayton2013-07-111-22/+19
* <rdar://problem/14005652>Enrico Granata2013-06-191-105/+2
* Fix various build warnings.Matt Kopec2013-06-031-0/+2
* An NSData with 0 bytes in it would report a summary of “0 byte”Enrico Granata2013-05-311-1/+1
* <rdar://problem/13928053>Enrico Granata2013-05-171-1/+6
* <rdar://problem/13821289>Enrico Granata2013-05-151-11/+52
* Make a synthetic children provider for the ObjC Class typeEnrico Granata2013-04-261-0/+50
* char32_t should use an uppercase U as its prefixEnrico Granata2013-04-231-1/+1
* The new ReadStringFromMemory() API does not work correctly with NSStrings tha...Enrico Granata2013-04-231-54/+250
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-1/+1
* Provided a variant of ReadCStringFromMemory that supports null terminators of...Ashok Thirumurthi2013-04-191-4/+7
* Fixing a silly bug that would cause string summaries not to show up :-)Enrico Granata2013-04-021-2/+9
* <rdar://problem/13415737>Enrico Granata2013-04-021-16/+144
* Hardening the vector iterator synthetic child(ren) provider against item-not-...Enrico Granata2013-03-281-1/+3
* The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and...Enrico Granata2013-03-191-819/+1
* This checkin removes the last Cocoa formatters that were implemented in Pytho...Enrico Granata2013-03-191-0/+127
* C++ formatters for NSTimeZone and for CFBitVectorEnrico Granata2013-03-161-0/+177
* NS(Mutable)IndexSet formatter moves from Python to C++Enrico Granata2013-03-161-0/+78
* Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort a...Enrico Granata2013-03-161-1/+160
* Porting the Objective-C Class data type’s summary from Python to C++Enrico Granata2013-03-151-0/+26
* Moving CFBag and NSBundle summaries from Python to C++Enrico Granata2013-03-151-0/+112
* Cleanup of the NSString data formatterEnrico Granata2013-02-211-37/+46
* <rdar://problem/4529976>Enrico Granata2013-02-211-286/+37
* Fixing the lack of a space in an expression that was causing sheer unhappiness.Enrico Granata2013-02-191-1/+1
* NSSet formatter is now C++ codeEnrico Granata2013-02-151-893/+42
* <rdar://problem/13204647>Enrico Granata2013-02-151-11/+22
* Fixing a logic flaw with NSURL summary. This was caught by running the test s...Enrico Granata2013-02-081-3/+3
* Fixed a store to data that isn't needed and that also could end up writing be...Greg Clayton2013-02-081-2/+1
* This checkin implements the data formatter for NSURL in C++ codeEnrico Granata2013-02-081-0/+90
* <rdar://problem/12898191>Enrico Granata2013-02-081-0/+31
* <rdar://problem/12953018>Enrico Granata2013-02-041-0/+316
* llvm/Basic/ConvertUTF.h now exposes all functions without macro tricksDmitri Gribenko2013-01-301-2/+0
* UTF conversion routines were moved from clang/Basic to llvm/SupportDmitri Gribenko2013-01-301-1/+1
* <rdar://problem/12978143>Enrico Granata2013-01-281-0/+1808
OpenPOWER on IntegriCloud