summaryrefslogtreecommitdiffstats
path: root/lldb/examples/synthetic/gnu_libstdcpp.py
Commit message (Expand)AuthorAgeFilesLines
* Fix libstdc++ data formatters for python3Pavel Labath2019-03-181-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-432/+460
* 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
* 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-221-2/+2
* 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
* <rdar://problem/12848118>Enrico Granata2012-12-101-20/+2
* <rdar://problem/12523238> Commit 2 of 3Enrico Granata2012-10-231-0/+27
* Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jar...Enrico Granata2012-08-271-1/+1
* Returning data formatters to their previous working condition - Plus fixing a...Enrico Granata2012-04-251-30/+30
* Fixing an over-substitution of textEnrico Granata2012-04-251-30/+30
* Make the C++ formatters importable by having them use the right package to im...Enrico Granata2012-04-251-31/+31
* 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-311-2/+6
* Added some logging to STL synthetic children providers - this should help us ...Enrico Granata2012-03-301-0/+12
* Part 1 of a series of fixes meant to improve reliability and increase ease of...Enrico Granata2012-03-291-1/+78
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-271-12/+28
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-3/+0
* 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
* Fixing a startup errorEnrico Granata2011-08-221-1/+1
* Exception-awareness for gnu_libstdcpp formatters ; Documentation updateEnrico Granata2011-08-221-95/+136
* First round of code cleanups:Enrico Granata2011-08-171-0/+231
OpenPOWER on IntegriCloud