summaryrefslogtreecommitdiffstats
path: root/lldb/examples/synthetic
Commit message (Expand)AuthorAgeFilesLines
* Update tuple/list/deque data formatters to work with newest libc++Pavel Labath2017-11-071-4/+11
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-065-1272/+1401
* Fix regression in gnu_libstdcpp.py introduced by r266313Ulrich Weigand2016-04-141-1/+1
* Miscellaneous fixes for big-endian systemsUlrich Weigand2016-04-141-5/+6
* Python 3 - modernize exception catching syntax.Zachary Turner2015-11-031-1/+1
* Fix tabs and spaces in one of the python files.Zachary Turner2015-10-261-16/+14
* Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala2015-10-221-7/+21
* Py3'ify some of the examples that get run at startup.Zachary Turner2015-10-191-4/+4
* [libstdc++ data-formatters] Remove size limits.Siva Chandra2015-10-131-11/+0
* Fix typos.Bruce Mitchener2015-09-222-4/+4
* Fix typosBruce Mitchener2015-07-021-3/+3
* Fix StdVBoolImplementation to handle large vectorsTamas Berghammer2015-03-251-2/+3
* Cleanup to simplify the formatter for std::map of libstdc++.Siva Chandra2015-03-181-33/+11
* Implement formatter for std::vector<bool, ...> of libstdc++ in Python.Siva Chandra2015-03-171-68/+126
* Cleanup implementation of formatter for std::vector from libstdc++.Siva Chandra2015-03-161-11/+1
* This is an example synthetic provider for libc++ unordered (multi) maps&setEnrico Granata2013-09-041-0/+110
* Quick fix for the libc++ std::map synthetic children providerEnrico Granata2013-02-091-2/+6
* <rdar://problem/12239827>Enrico Granata2013-01-121-0/+3
* <rdar://problem/12848118>Enrico Granata2012-12-102-44/+5
* <rdar://problem/12523238> Commit 2 of 3Enrico Granata2012-10-233-0/+70
* Making sure to create the count attribute in synthetic children providers for...Enrico Granata2012-09-131-0/+2
* Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jar...Enrico Granata2012-08-272-3/+188
* Returning data formatters to their previous working condition - Plus fixing a...Enrico Granata2012-04-252-80/+80
* Fixing an over-substitution of textEnrico Granata2012-04-252-80/+80
* Make the C++ formatters importable by having them use the right package to im...Enrico Granata2012-04-252-82/+82
* 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