index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
test
/
functionalities
/
data-formatter
/
data-formatter-python-synth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
5
-378
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-2
/
+4
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-8
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-20
/
+4
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
1
-2
/
+2
*
[TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
2015-05-27
1
-2
/
+2
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
1
-2
/
+2
*
On FreeBSD skip test that produces bogus output
Ed Maste
2014-08-05
1
-0
/
+1
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-4
/
+4
*
Fix all the test case breakages caused by folks writing tests all over the pl...
Jim Ingham
2012-09-22
2
-15
/
+7
*
Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...
Johnny Chen
2012-04-06
1
-0
/
+4
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
4
-34
/
+124
*
Currently TestDataFormatterPythonSynth is failing because of an issue with ch...
Enrico Granata
2012-03-03
1
-25
/
+0
*
Add @expectedFailure decorator with radar number.
Johnny Chen
2012-02-22
1
-0
/
+4
*
Splitting test case for Python synthetic children: part 1 test is only testin...
Enrico Granata
2012-01-31
5
-895
/
+6
*
Add two new @expectedFailure decorators.
Johnny Chen
2011-10-24
1
-0
/
+4
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-18
/
+122
*
Uniquefy the various data-formatter test class names so that:
Johnny Chen
2011-08-23
1
-1
/
+1
*
Short option for --summary-string in 'type summary add' is now -s. This might...
Enrico Granata
2011-08-23
1
-13
/
+13
*
New category "gnu-libstdc++" provides summary for std::string and synthetic c...
Enrico Granata
2011-08-17
1
-7
/
+7
*
Added an error message when the user tries to add a filter when a synthetic p...
Enrico Granata
2011-08-12
1
-19
/
+40
*
*Some more optimizations in usage of ConstString
Enrico Granata
2011-08-12
1
-1
/
+60
*
Fixed an issue where a pointer's address was being logged instead of its value
Enrico Granata
2011-08-11
1
-3
/
+41
*
Basic support for reading synthetic children by index:
Enrico Granata
2011-08-09
1
-0
/
+86
*
Option --regex (-x) now also works for synthetic children:
Enrico Granata
2011-08-05
2
-12
/
+13
*
New formatting symbol %# can be used in summary strings to get the "count of ...
Enrico Granata
2011-08-04
4
-86
/
+88
*
APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...
Enrico Granata
2011-08-04
3
-9
/
+9
*
Protect a bit against uninitialized std::list objects, but there is more
Greg Clayton
2011-07-30
1
-26
/
+33
*
Protect a bit better against uninitialized vectors.
Greg Clayton
2011-07-30
1
-8
/
+38
*
Public API changes:
Enrico Granata
2011-07-29
7
-10
/
+710
*
new flag -P to type synth add lets you type a Python class interactively
Enrico Granata
2011-07-25
1
-1
/
+1
*
Python synthetic children:
Enrico Granata
2011-07-24
4
-0
/
+169