summaryrefslogtreecommitdiff
path: root/lldb/test/functionalities/data-formatter
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Convert deprecated unittest method names.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-23Enable the libc++ tests on linuxPavel Labath
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-10-22Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra
2015-10-21[DataFormatters] Make libc++ list loop detection linearPavel Labath
2015-10-20Adjust TestCompletion.py and TestDumpDynamic.py after recent changes.Siva Chandra
2015-10-14Add a data formatter for __NSArray0, the type of empty arraysEnrico Granata
2015-10-07This is the work I was building up to with my patches yesterdayEnrico Granata
2015-10-07Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata
2015-10-06Rename a test case to avoid name conflictTamas Berghammer
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-18Make libc++ tests skip themselves if libc++ is not actually loaded in the targetEnrico Granata
2015-09-17Add the ability for formatter categories to be bound to one or more languagesEnrico Granata
2015-09-11Add missed import lldbtest.Oleksiy Vyalov
2015-09-11XFAIL some more tests related to value apiZachary Turner
2015-09-04Move the C++ data formatters to the C++ language pluginEnrico Granata
2015-09-03Lookup function using full name if one with mangled name is not found.Siva Chandra
2015-09-02XFAIL more bugs that depend on dynamic value resolution.Zachary Turner
2015-08-25Rename all functionalities/data-formatter test case with radar bug numbers in...Enrico Granata
2015-08-14XFAIL some data formatter tests on Windows.Zachary Turner
2015-08-14Disable libstdc++ and libcxx data formatter tests on Windows.Zachary Turner
2015-07-28Fix a bug where the std::list synthetic child provider would not clean its ca...Enrico Granata
2015-07-24Add option eTypeOptionHideEmptyAggregates.Siva Chandra
2015-07-17Teach the NSString data formatter to handle embedded NULs in short ASCII stringsEnrico Granata
2015-07-17Improve the NSString data formatter so that explicitly-lengthed Unicode strin...Enrico Granata
2015-07-17Split the portion of the data-formatter-objc test case that deals with NSStri...Enrico Granata
2015-07-17Teach the std::wstring data formatter how to properly display strings with em...Enrico Granata
2015-07-17Add StringPrinter support for printing a std::string with embedded NUL bytesEnrico Granata
2015-07-07Add a summary for vector typesEnrico Granata
2015-07-01Reversed r238363, because the message is inconsistentSean Callanan
2015-06-17Revert r239873 - I actually want to think some more about thisEnrico Granata
2015-06-17Fix an issue where the oneliner printing of variables would ignore custom for...Enrico Granata
2015-06-03Fix a bug where trying to Dump() a ValueObject would use the static/non-synth...Enrico Granata
2015-06-02Use wildcard instead of relying on shell globbing.Chaoren Lin
2015-05-28Simplify regex in TestDataFormatterUnordered.py for better readability.Chaoren Lin
2015-05-28[TestDataFormatterUnordered] Use patterns to match unordered_<multi>set elementsSiva Chandra
2015-05-27[TestBase.runCmd] Better error message when runCmd fails.Siva Chandra
2015-05-27[TestDataFormatterUnordered] Fix a few typos in the test.Siva Chandra
2015-05-07Make it so that changing formats on a synthetic value object causes children ...Enrico Granata
2015-05-04Mark TestTypedefArray as XFAIL with Gcc.Oleksiy Vyalov
2015-05-04Enabled libc++ formatter tests on LinuxVince Harron
2015-04-21XFAIL tests that are failed on linux with gcc-4.9.2Ying Chen
2015-04-20Add Makefile for typedef_arrayYing Chen
2015-04-20This patch implements several improvements to theSean Callanan
2015-04-13Skip libc++ data formmatting tests on Windows. libc++ hasn't been ported to ...Adrian McCarthy