summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/data-formatter
Commit message (Expand)AuthorAgeFilesLines
* 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
* [TestFormatters, TestDataFormatterSynthVal] Mark as xfail.Siva Chandra2015-04-101-0/+1
* Add missing makefile got test caseTamas Berghammer2015-04-011-0/+4
* Enabled a bunch of tests on LinuxVince Harron2015-03-312-5/+0
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-3051-89/+89
* Fix StdVBoolImplementation to handle large vectorsTamas Berghammer2015-03-251-1/+0
* xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot ...Ying Chen2015-03-251-0/+1
* [TestDataFormatterStdVector] s/-fstandalone-debug/-fno-limit-debug-infoSiva Chandra2015-03-241-3/+3
* Fix error introduced by changing function signatures.Zachary Turner2015-03-242-1/+2
* Fix record layout when synthesizing class types.Zachary Turner2015-03-242-2/+1
* Don't clobber CFLAGS_EXTRAS in tests.Robert Flack2015-03-249-10/+10
* Fix ObjCDataFormatterTestCase.test_nsdate_* tests (ver. 2)Ilia K2015-03-232-3/+3
* Fix ObjCDataFormatterTestCase.test_nsdate_* testsIlia K2015-03-231-2/+2
* Cleanup to simplify the formatter for std::map of libstdc++.Siva Chandra2015-03-181-2/+0
* Enable TestDataFormatterStdIterator with GCC.Siva Chandra2015-03-171-1/+0
* Implement formatter for std::vector<bool, ...> of libstdc++ in Python.Siva Chandra2015-03-171-5/+0
* Enable TestDataFormatterStdMap on linux (libstdc++) with clang.Siva Chandra2015-03-162-4/+7
* Skip TestDataFormatterStdMap on linux instead of xfailing.Siva Chandra2015-03-161-4/+4
* Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.Siva Chandra2015-03-163-9/+7
* Use -fno-limit-debug-info instead of -fstandalone-debug in testsVince Harron2015-03-157-7/+7
* Skip VectorTypesFormatting test case when using gccTamas Berghammer2015-03-131-0/+1
* Fix expectation in TestDataFormatterSynthTamas Berghammer2015-03-131-1/+1
* Fix a bug in the data formatters where summary strings would not look into th...Enrico Granata2015-03-121-2/+0
* A few improvements to our vector types formatting story:Enrico Granata2015-03-062-6/+6
* Fix Radar10642615DataFormatterTestCase after r231449Ilia K2015-03-061-1/+1
* Provide synthetic children for some vector typesEnrico Granata2015-03-063-0/+100
* Use -fstandalone-debug for few tests to get around a Clang optimizationVince Harron2015-02-287-0/+50
* Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...Zachary Turner2015-02-171-4/+0
* Revert "I had recently added a new SBFrame::GetVariables() overload with yet ...Zachary Turner2015-02-171-0/+4
* I had recently added a new SBFrame::GetVariables() overload with yet another ...Enrico Granata2015-02-121-4/+0
* Re-add makefiles of inline testsPavel Labath2015-02-122-0/+8
* Add a JSON producer to LLDB - this is a set of classes that encapsulate JSON ...Enrico Granata2015-02-102-8/+0
* Check-in generated test makefilesPavel Labath2015-02-053-0/+12
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-042-2/+2
* Skip Objective-C test on non-Darwin platformsEd Maste2015-01-301-1/+2
OpenPOWER on IntegriCloud