summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/data-formatter
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-28178-10451/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-2753-53/+53
* Convert deprecated unittest method names.Zachary Turner2015-10-261-2/+2
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-0/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-2353-8/+114
* Enable the libc++ tests on linuxPavel Labath2015-10-239-18/+18
* Update every test to import `lldb_shared`.Zachary Turner2015-10-2253-390/+106
* Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala2015-10-222-13/+15
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-213-0/+33
* [DataFormatters] Make libc++ list loop detection linearPavel Labath2015-10-213-0/+91
* Adjust TestCompletion.py and TestDumpDynamic.py after recent changes.Siva Chandra2015-10-201-1/+1
* Add a data formatter for __NSArray0, the type of empty arraysEnrico Granata2015-10-141-0/+2
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-077-36/+36
* Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata2015-10-071-2/+0
* Rename a test case to avoid name conflictTamas Berghammer2015-10-061-0/+0
* Merge dwarf and dsym testsTamas Berghammer2015-09-3052-914/+182
* Make libc++ tests skip themselves if libc++ is not actually loaded in the targetEnrico Granata2015-09-1811-1/+23
* Add the ability for formatter categories to be bound to one or more languagesEnrico Granata2015-09-172-9/+7
* Add missed import lldbtest.Oleksiy Vyalov2015-09-111-0/+1
* XFAIL some more tests related to value apiZachary Turner2015-09-111-1/+1
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-041-5/+5
* Lookup function using full name if one with mangled name is not found.Siva Chandra2015-09-031-1/+0
* XFAIL more bugs that depend on dynamic value resolution.Zachary Turner2015-09-021-1/+1
* Rename all functionalities/data-formatter test case with radar bug numbers in...Enrico Granata2015-08-2543-128/+11
* XFAIL some data formatter tests on Windows.Zachary Turner2015-08-145-0/+5
* Disable libstdc++ and libcxx data formatter tests on Windows.Zachary Turner2015-08-148-4/+9
* Fix a bug where the std::list synthetic child provider would not clean its ca...Enrico Granata2015-07-282-2/+26
* Add option eTypeOptionHideEmptyAggregates.Siva Chandra2015-07-242-0/+9
* Teach the NSString data formatter to handle embedded NULs in short ASCII stringsEnrico Granata2015-07-172-0/+26
* Improve the NSString data formatter so that explicitly-lengthed Unicode strin...Enrico Granata2015-07-172-0/+11
* Split the portion of the data-formatter-objc test case that deals with NSStri...Enrico Granata2015-07-174-85/+203
* Teach the std::wstring data formatter how to properly display strings with em...Enrico Granata2015-07-172-2/+5
* Add StringPrinter support for printing a std::string with embedded NUL bytesEnrico Granata2015-07-172-2/+5
* Add a summary for vector typesEnrico Granata2015-07-071-2/+3
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-0151-58/+58
* Revert r239873 - I actually want to think some more about thisEnrico Granata2015-06-172-4/+0
* Fix an issue where the oneliner printing of variables would ignore custom for...Enrico Granata2015-06-172-0/+4
* Fix a bug where trying to Dump() a ValueObject would use the static/non-synth...Enrico Granata2015-06-033-0/+50
* Use wildcard instead of relying on shell globbing.Chaoren Lin2015-06-021-2/+1
* Simplify regex in TestDataFormatterUnordered.py for better readability.Chaoren Lin2015-05-281-6/+22
* [TestDataFormatterUnordered] Use patterns to match unordered_<multi>set elementsSiva Chandra2015-05-281-8/+8
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-2751-58/+58
* [TestDataFormatterUnordered] Fix a few typos in the test.Siva Chandra2015-05-271-2/+2
* Make it so that changing formats on a synthetic value object causes children ...Enrico Granata2015-05-071-0/+9
* Mark TestTypedefArray as XFAIL with Gcc.Oleksiy Vyalov2015-05-041-1/+2
* Enabled libc++ formatter tests on LinuxVince Harron2015-05-0422-41/+88
* XFAIL tests that are failed on linux with gcc-4.9.2Ying Chen2015-04-212-1/+2
* Add Makefile for typedef_arrayYing Chen2015-04-201-0/+4
* This patch implements several improvements to theSean Callanan2015-04-201-4/+0
* Skip libc++ data formmatting tests on Windows. libc++ hasn't been ported to ...Adrian McCarthy2015-04-138-0/+8
OpenPOWER on IntegriCloud