Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8e453713076b3bc901b6ba91bd78adbff4cf19f4
/
lldb
/
test
/
functionalities
/
data-formatter
/
data-formatter-python-synth
3154aa2
[TestBase.runCmd] Better error message when runCmd fails.
by Siva Chandra
· 10 years ago
13c7ad9
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
by Robert Flack
· 11 years ago
2efa42c
On FreeBSD skip test that produces bogus output
by Ed Maste
· 11 years ago
4570d3e
Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case.
by Greg Clayton
· 12 years ago
3bcdfc0
<rdar://problem/12798131>
by Greg Clayton
· 13 years ago
63dfc72
Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
by Jim Ingham
· 13 years ago
f1548d4
Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with
by Johnny Chen
· 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
89fd064
Currently TestDataFormatterPythonSynth is failing because of an issue with children capping. Splitting the test case in two so we better isolate the issue and also for better logical separation
by Enrico Granata
· 14 years ago
0afd64a
Add @expectedFailure decorator with radar number.
by Johnny Chen
· 14 years ago
56a27bb
Splitting test case for Python synthetic children: part 1 test is only testing the synthetic children feature itself. More test cases will be commited for individual STL containers
by Enrico Granata
· 14 years ago
7149b6f
Add two new @expectedFailure decorators.
by Johnny Chen
· 14 years ago
9128ee2
Redesign of the interaction between Python and frozen objects:
by Enrico Granata
· 14 years ago
04adb62
Uniquefy the various data-formatter test class names so that:
by Johnny Chen
· 14 years ago
db3485c
Short option for --summary-string in 'type summary add' is now -s. This might be a breaking change for those who have summaries defined.
by Enrico Granata
· 14 years ago
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
68eb4bb
Added an error message when the user tries to add a filter when a synthetic provider for the same type is already defined in the same category
by Enrico Granata
· 14 years ago
22c55d1
*Some more optimizations in usage of ConstString
by Enrico Granata
· 14 years ago
8c9d356
Fixed an issue where a pointer's address was being logged instead of its value
by Enrico Granata
· 14 years ago
27b625e
Basic support for reading synthetic children by index:
by Enrico Granata
· 14 years ago
f1af1ed
Option --regex (-x) now also works for synthetic children:
by Enrico Granata
· 14 years ago
5dfd49c
New formatting symbol %# can be used in summary strings to get the "count of children" of a variable
by Enrico Granata
· 14 years ago
6fd87d5
APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem
by Enrico Granata
· 14 years ago
3ae5a18
Protect a bit against uninitialized std::list objects, but there is more
by Greg Clayton
· 14 years ago
3883bca
Protect a bit better against uninitialized vectors.
by Greg Clayton
· 14 years ago
6f3533f
Public API changes:
by Enrico Granata
· 14 years ago
c53114e
new flag -P to type synth add lets you type a Python class interactively
by Enrico Granata
· 14 years ago
a37a065
Python synthetic children:
by Enrico Granata
· 14 years ago