summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-96/+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-7/+2
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-0/+7
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-16/+4
* Lookup function using full name if one with mangled name is not found.Siva Chandra2015-09-031-1/+0
* XFAIL some data formatter tests on Windows.Zachary Turner2015-08-141-0/+1
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-1/+1
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-1/+1
* [TestFormatters, TestDataFormatterSynthVal] Mark as xfail.Siva Chandra2015-04-101-0/+1
* Enabled a bunch of tests on LinuxVince Harron2015-03-311-4/+0
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Mark 9 lldb unit tests for ubuntu as XFAIL.Siva Chandra2014-11-221-0/+4
* Fix a problem where summary strings could not use a synthetically generated v...Enrico Granata2014-10-221-0/+5
* If a ValueObject has a child that vends synthetic children, but only does so ...Enrico Granata2014-10-091-0/+3
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-081-0/+95
OpenPOWER on IntegriCloud