summaryrefslogtreecommitdiffstats
path: root/lldb/examples/synthetic
Commit message (Expand)AuthorAgeFilesLines
* Fixing a problem where some uninitialized cases of vectors could cause diagno...Enrico Granata2012-04-101-1/+6
* Making sure the count on synthetic providers is always setup - This should pr...Enrico Granata2012-03-312-4/+8
* Added some logging to STL synthetic children providers - this should help us ...Enrico Granata2012-03-302-2/+20
* Part 1 of a series of fixes meant to improve reliability and increase ease of...Enrico Granata2012-03-292-4/+169
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-272-12/+30
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-192-6/+3
* Adding a new example of synthetic children providerEnrico Granata2012-03-172-0/+168
* Deleting obsolete filesEnrico Granata2012-03-165-612/+0
* Added formatters for libc++ (http://libcxx.llvm.org):Enrico Granata2012-03-121-0/+481
* Changed ValueObject to use a dedicated ChildrenManager class to store its chi...Enrico Granata2012-03-091-1/+55
* fixing comment to reflect that currentversion of OSX works with our STL forma...Enrico Granata2012-02-081-1/+1
* Fixing issues where synthetic children providers for STL containers std::list...Enrico Granata2012-02-031-64/+41
* Objective-C runtime wrapperEnrico Granata2011-09-091-0/+128
* More documentation changes (WIP)Enrico Granata2011-08-241-10/+34
* Fixing a startup errorEnrico Granata2011-08-221-1/+1
* Exception-awareness for gnu_libstdcpp formatters ; Documentation updateEnrico Granata2011-08-222-100/+136
* First round of code cleanups:Enrico Granata2011-08-171-0/+231
* CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...Enrico Granata2011-08-091-9/+8
* changing CFString.py to reflect the new behavior of CreateValueFromAddressEnrico Granata2011-08-041-1/+1
* copying std:: SynthProviders in examples/syntheticEnrico Granata2011-08-043-74/+76
* APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...Enrico Granata2011-08-044-40/+77
* Cleaned up the NSString summary formatter to not print "<invalid object>" whenGreg Clayton2011-07-301-12/+29
* changes in the new GetMinimumLanguages() ; robustness improvements in the CFS...Enrico Granata2011-07-291-1/+16
* new synthetic children provider for CFString and related classes ; test case ...Enrico Granata2011-07-291-0/+206
* Public API changes:Enrico Granata2011-07-293-0/+189
OpenPOWER on IntegriCloud