aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples/synthetic
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone5-1272/+1401
2016-04-14Fix regression in gnu_libstdcpp.py introduced by r266313Ulrich Weigand1-1/+1
2016-04-14Miscellaneous fixes for big-endian systemsUlrich Weigand1-5/+6
2015-11-03Python 3 - modernize exception catching syntax.Zachary Turner1-1/+1
2015-10-26Fix tabs and spaces in one of the python files.Zachary Turner1-16/+14
2015-10-22Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala1-7/+21
2015-10-19Py3'ify some of the examples that get run at startup.Zachary Turner1-4/+4
2015-10-13[libstdc++ data-formatters] Remove size limits.Siva Chandra1-11/+0
2015-09-22Fix typos.Bruce Mitchener2-4/+4
2015-07-02Fix typosBruce Mitchener1-3/+3
2015-03-25Fix StdVBoolImplementation to handle large vectorsTamas Berghammer1-2/+3
2015-03-18Cleanup to simplify the formatter for std::map of libstdc++.Siva Chandra1-33/+11
2015-03-17Implement formatter for std::vector<bool, ...> of libstdc++ in Python.Siva Chandra1-68/+126
2015-03-16Cleanup implementation of formatter for std::vector from libstdc++.Siva Chandra1-11/+1
2013-09-04This is an example synthetic provider for libc++ unordered (multi) maps&setEnrico Granata1-0/+110
2013-02-09Quick fix for the libc++ std::map synthetic children providerEnrico Granata1-2/+6
2013-01-12<rdar://problem/12239827>Enrico Granata1-0/+3
2012-12-10<rdar://problem/12848118>Enrico Granata2-44/+5
2012-10-23<rdar://problem/12523238> Commit 2 of 3Enrico Granata3-0/+70
2012-09-13Making sure to create the count attribute in synthetic children providers for...Enrico Granata1-0/+2
2012-08-27Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jar...Enrico Granata2-3/+188
2012-04-25Returning data formatters to their previous working condition - Plus fixing a...Enrico Granata2-80/+80
2012-04-25Fixing an over-substitution of textEnrico Granata2-80/+80
2012-04-25Make the C++ formatters importable by having them use the right package to im...Enrico Granata2-82/+82
2012-04-10Fixing a problem where some uninitialized cases of vectors could cause diagno...Enrico Granata1-1/+6
2012-03-31Making sure the count on synthetic providers is always setup - This should pr...Enrico Granata2-4/+8
2012-03-30Added some logging to STL synthetic children providers - this should help us ...Enrico Granata2-2/+20
2012-03-29Part 1 of a series of fixes meant to improve reliability and increase ease of...Enrico Granata2-4/+169
2012-03-27Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2-12/+30
2012-03-19Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2-6/+3
2012-03-17Adding a new example of synthetic children providerEnrico Granata2-0/+168
2012-03-16Deleting obsolete filesEnrico Granata5-612/+0
2012-03-12Added formatters for libc++ (http://libcxx.llvm.org):Enrico Granata1-0/+481
2012-03-09Changed ValueObject to use a dedicated ChildrenManager class to store its chi...Enrico Granata1-1/+55
2012-02-08fixing comment to reflect that currentversion of OSX works with our STL forma...Enrico Granata1-1/+1
2012-02-03Fixing issues where synthetic children providers for STL containers std::list...Enrico Granata1-64/+41
2011-09-09Objective-C runtime wrapperEnrico Granata1-0/+128
2011-08-24More documentation changes (WIP)Enrico Granata1-10/+34
2011-08-22Fixing a startup errorEnrico Granata1-1/+1
2011-08-22Exception-awareness for gnu_libstdcpp formatters ; Documentation updateEnrico Granata2-100/+136
2011-08-17First round of code cleanups:Enrico Granata1-0/+231
2011-08-09CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...Enrico Granata1-9/+8
2011-08-04changing CFString.py to reflect the new behavior of CreateValueFromAddressEnrico Granata1-1/+1
2011-08-04copying std:: SynthProviders in examples/syntheticEnrico Granata3-74/+76
2011-08-04APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...Enrico Granata4-40/+77
2011-07-30Cleaned up the NSString summary formatter to not print "<invalid object>" whenGreg Clayton1-12/+29
2011-07-29changes in the new GetMinimumLanguages() ; robustness improvements in the CFS...Enrico Granata1-1/+16
2011-07-29new synthetic children provider for CFString and related classes ; test case ...Enrico Granata1-0/+206
2011-07-29Public API changes:Enrico Granata3-0/+189