summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/data-formatter/data-formatter-python-synth
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-285-378/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-2/+4
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-20/+4
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-2/+2
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-2/+2
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-2/+2
* On FreeBSD skip test that produces bogus outputEd Maste2014-08-051-0/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* <rdar://problem/12798131> Greg Clayton2012-12-041-4/+4
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-222-15/+7
* Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen2012-04-061-0/+4
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-194-34/+124
* Currently TestDataFormatterPythonSynth is failing because of an issue with ch...Enrico Granata2012-03-031-25/+0
* Add @expectedFailure decorator with radar number.Johnny Chen2012-02-221-0/+4
* Splitting test case for Python synthetic children: part 1 test is only testin...Enrico Granata2012-01-315-895/+6
* Add two new @expectedFailure decorators.Johnny Chen2011-10-241-0/+4
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-18/+122
* Uniquefy the various data-formatter test class names so that:Johnny Chen2011-08-231-1/+1
* Short option for --summary-string in 'type summary add' is now -s. This might...Enrico Granata2011-08-231-13/+13
* New category "gnu-libstdc++" provides summary for std::string and synthetic c...Enrico Granata2011-08-171-7/+7
* Added an error message when the user tries to add a filter when a synthetic p...Enrico Granata2011-08-121-19/+40
* *Some more optimizations in usage of ConstStringEnrico Granata2011-08-121-1/+60
* Fixed an issue where a pointer's address was being logged instead of its valueEnrico Granata2011-08-111-3/+41
* Basic support for reading synthetic children by index:Enrico Granata2011-08-091-0/+86
* Option --regex (-x) now also works for synthetic children:Enrico Granata2011-08-052-12/+13
* New formatting symbol %# can be used in summary strings to get the "count of ...Enrico Granata2011-08-044-86/+88
* APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...Enrico Granata2011-08-043-9/+9
* Protect a bit against uninitialized std::list objects, but there is moreGreg Clayton2011-07-301-26/+33
* Protect a bit better against uninitialized vectors.Greg Clayton2011-07-301-8/+38
* Public API changes:Enrico Granata2011-07-297-10/+710
* new flag -P to type synth add lets you type a Python class interactivelyEnrico Granata2011-07-251-1/+1
* Python synthetic children:Enrico Granata2011-07-244-0/+169
OpenPOWER on IntegriCloud