Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
lldb
/
50be3f72e5531d024ed07fd05a8352c8459f46cd
/
examples
/
synthetic
17ab954
Quick fix for the libc++ std::map synthetic children provider
by Enrico Granata
· 12 years ago
15c1d3d
<rdar://problem/12239827>
by Enrico Granata
· 12 years ago
f3c1048
<rdar://problem/12848118>
by Enrico Granata
· 12 years ago
c01344c
<rdar://problem/12523238> Commit 2 of 3
by Enrico Granata
· 12 years ago
d605d63
Making sure to create the count attribute in synthetic children providers for libcxx at the right time
by Enrico Granata
· 12 years ago
5b8bfab
Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jared Grubb
by Enrico Granata
· 12 years ago
a5c2ce0
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
d6d067a
Fixing an over-substitution of text
by Enrico Granata
· 13 years ago
66148c6
Make the C++ formatters importable by having them use the right package to import and reference the Logger
by Enrico Granata
· 13 years ago
1aa5405
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
a57f3c6
Making sure the count on synthetic providers is always setup - This should prevent errors about count being undefined from showing up
by Enrico Granata
· 13 years ago
3ce15b0
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
· 13 years ago
7e20226
Part 1 of a series of fixes meant to improve reliability and increase ease of bug fixing for data formatter issues.
by Enrico Granata
· 13 years ago
dba1de8
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
· 13 years ago
cf09f88
Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern
by Enrico Granata
· 13 years ago
7e04238
Adding a new example of synthetic children provider
by Enrico Granata
· 13 years ago
a95dc6f
Deleting obsolete files
by Enrico Granata
· 13 years ago
66205ce
Added formatters for libc++ (http://libcxx.llvm.org):
by Enrico Granata
· 13 years ago
06cdb8d
Changed ValueObject to use a dedicated ChildrenManager class to store its children, instead of an std::vector
by Enrico Granata
· 13 years ago
7e7f6b9
fixing comment to reflect that currentversion of OSX works with our STL formatters
by Enrico Granata
· 13 years ago
6bbfa6c
Fixing issues where synthetic children providers for STL containers std::list and std::map where not doing their job properly
by Enrico Granata
· 13 years ago
2e7711c
Objective-C runtime wrapper
by Enrico Granata
· 13 years ago
7e65503
More documentation changes (WIP)
by Enrico Granata
· 13 years ago
278bc67
Fixing a startup error
by Enrico Granata
· 13 years ago
68506fb
Exception-awareness for gnu_libstdcpp formatters ; Documentation update
by Enrico Granata
· 13 years ago
f501c59
First round of code cleanups:
by Enrico Granata
· 13 years ago
840eb26
CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello")
by Enrico Granata
· 13 years ago
e294545
changing CFString.py to reflect the new behavior of CreateValueFromAddress
by Enrico Granata
· 13 years ago
7718f3f
copying std:: SynthProviders in examples/synthetic
by Enrico Granata
· 13 years ago
c92eb40
APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem
by Enrico Granata
· 13 years ago
e626c49
Cleaned up the NSString summary formatter to not print "<invalid object>" when
by Greg Clayton
· 13 years ago
bfc0613
changes in the new GetMinimumLanguages() ; robustness improvements in the CFStringSynthProvider object ; made a CFString_SummaryProvider function you can use if all you care about is the summary string for your NSString objects
by Enrico Granata
· 13 years ago
6a4e58e
new synthetic children provider for CFString and related classes ; test case for it
by Enrico Granata
· 13 years ago
979e20d
Public API changes:
by Enrico Granata
· 13 years ago