Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
examples
/
synthetic
/
gnu_libstdcpp.py
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
acc50e0
Fix regression in gnu_libstdcpp.py introduced by r266313
by Ulrich Weigand
· 9 years ago
0501eeb
Miscellaneous fixes for big-endian systems
by Ulrich Weigand
· 9 years ago
b2662a2
Fix tabs and spaces in one of the python files.
by Zachary Turner
· 10 years ago
82ffb8e
Fix libstdc++ data formatters on Ubuntu 15.10 x86_64
by Todd Fiala
· 10 years ago
2adc801
Py3'ify some of the examples that get run at startup.
by Zachary Turner
· 10 years ago
da38894
[libstdc++ data-formatters] Remove size limits.
by Siva Chandra
· 10 years ago
adb9982
Fix typos.
by Bruce Mitchener
· 10 years ago
639e8ad
Fix StdVBoolImplementation to handle large vectors
by Tamas Berghammer
· 11 years ago
05fd66d
Cleanup to simplify the formatter for std::map of libstdc++.
by Siva Chandra
· 11 years ago
8d88d08
Implement formatter for std::vector<bool, ...> of libstdc++ in Python.
by Siva Chandra
· 11 years ago
3b36038
Cleanup implementation of formatter for std::vector from libstdc++.
by Siva Chandra
· 11 years ago
ecbabe6
<rdar://problem/12848118>
by Enrico Granata
· 13 years ago
91fe017
<rdar://problem/12523238> Commit 2 of 3
by Enrico Granata
· 13 years ago
114bb19
Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jared Grubb
by Enrico Granata
· 13 years ago
7d22221
Returning data formatters to their previous working condition - Plus fixing an issue that was preventing Python oneliners from executing
by Enrico Granata
· 13 years ago
eb36cad
Fixing an over-substitution of text
by Enrico Granata
· 13 years ago
85ce21c
Make the C++ formatters importable by having them use the right package to import and reference the Logger
by Enrico Granata
· 13 years ago
cb50d34
Fixing a problem where some uninitialized cases of vectors could cause diagnostic output from the synthetic children providers - this time the fix should work
by Enrico Granata
· 13 years ago
79c1baf
Making sure the count on synthetic providers is always setup - This should prevent errors about count being undefined from showing up
by Enrico Granata
· 14 years ago
22fe317
Added some logging to STL synthetic children providers - this should help us catch problems; more logging might/will be added as needed
by Enrico Granata
· 14 years ago
d50f18b
Part 1 of a series of fixes meant to improve reliability and increase ease of bug fixing for data formatter issues.
by Enrico Granata
· 14 years ago
c5bc412
Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available.
by Enrico Granata
· 14 years ago
86cc982
Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern
by Enrico Granata
· 14 years ago
9d60f60
Changed ValueObject to use a dedicated ChildrenManager class to store its children, instead of an std::vector
by Enrico Granata
· 14 years ago
5a1bff0
fixing comment to reflect that currentversion of OSX works with our STL formatters
by Enrico Granata
· 14 years ago
4cee9e5
Fixing issues where synthetic children providers for STL containers std::list and std::map where not doing their job properly
by Enrico Granata
· 14 years ago
23e578c
Fixing a startup error
by Enrico Granata
· 14 years ago
5a61fc0d
Exception-awareness for gnu_libstdcpp formatters ; Documentation update
by Enrico Granata
· 14 years ago
c482a19
First round of code cleanups:
by Enrico Granata
· 14 years ago
[Renamed from lldb/source/osxcpp.py]
217f91f
New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector
by Enrico Granata
· 14 years ago