summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter
Commit message (Expand)AuthorAgeFilesLines
* Updated NSNumber formatter for new internal representation.Sean Callanan2017-06-191-2/+13
* Skip TestLibCxxAtomic with gccPavel Labath2017-04-201-0/+1
* Add libc++ category the three more testsPavel Labath2017-04-203-48/+103
* Add libc++ category to the remaining libc++ data formattersPavel Labath2017-04-126-75/+76
* Fix libc++ vector<bool> data formatter (bug #32553)Pavel Labath2017-04-121-1/+0
* Add missing annotation to TestDataFormatterUnorderedPavel Labath2017-04-111-0/+1
* Mark this test as XFAIL on all platforms, it's happening everywhere.Jason Molenda2017-04-071-1/+1
* XFAIL TestDataFormatterLibcxxVBool on Linux & AndroidTamas Berghammer2017-04-061-0/+1
* Annotate some more libc++ tests with the new categoryPavel Labath2017-04-053-29/+20
* Add support for sythetic operator dereferenceTamas Berghammer2017-03-311-0/+6
* Do not dereference std::unique_ptr by defaultTamas Berghammer2017-03-312-5/+47
* Centralize libc++ test skipping logicPavel Labath2017-03-291-17/+16
* Move the stop point to somewhere before the final use of theJim Ingham2017-01-311-1/+2
* Display the pointer value in the libstdc++ unique_ptr summaryPavel Labath2016-11-091-4/+4
* Revert "Improve the libstdc++ smart pointer formatters"Pavel Labath2016-10-252-48/+16
* Add data formatter for libstdc++ unique_ptrTamas Berghammer2016-10-213-0/+91
* Add data formatter for libstdc++ tupleTamas Berghammer2016-10-213-0/+66
* Improve the libstdc++ smart pointer formattersTamas Berghammer2016-10-212-16/+48
* This test now passes.Jim Ingham2016-10-111-1/+0
* xfail TestDataFormatterNSIndexPath.py on macOS i386Todd Fiala2016-10-061-0/+1
* Fixup the xfail situation on Windows.Zachary Turner2016-10-051-0/+1
* Do not assume we will be able to discover the return type of this selector ca...Enrico Granata2016-09-301-1/+1
* Fix an issue where libc++ changed the type information we get for std::map::i...Enrico Granata2016-09-282-10/+10
* Remove ancient icc decoratorsPavel Labath2016-09-264-12/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0676-2859/+4061
* Change the formula for tagged NSIndexPath data formattingEnrico Granata2016-09-013-0/+110
* Add a data formatter for std::function in libcxxEnrico Granata2016-08-313-0/+80
* Fix an issue where a synthetic child provider could only provide a value of t...Enrico Granata2016-08-312-2/+22
* Fixup TestPyObjSynthProvider.py and enable it againPavel Labath2016-08-312-1/+2
* XFail new TestPyObjSynthProvider.py on linux until I can investigate the caus...Pavel Labath2016-08-311-0/+1
* Rename the test classEnrico Granata2016-08-301-1/+1
* Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata2016-08-304-0/+95
* s/Cocoa/Foundation/Enrico Granata2016-07-192-2/+2
* Don't check the value of the unset variables on iOSEnrico Granata2016-07-191-6/+5
* This doesn't compiler on Darwin. Skipping it.Greg Clayton2016-07-121-0/+1
* Add data formatter for libstdc++ shared_ptr and weak_ptrTamas Berghammer2016-07-063-0/+80
* Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath2016-06-074-31/+11
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-074-11/+31
* It has been brought to my attention that, given two variablesEnrico Granata2016-05-252-6/+9
* Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...Enrico Granata2016-05-251-0/+1
* Make LLDB print out an explicit marker when it's displaying formatters that a...Enrico Granata2016-05-161-0/+2
* Clean up test results on Windows.Zachary Turner2016-05-131-1/+0
* Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...Greg Clayton2016-05-121-5/+1
* I forgot to check in the test case for the changes I made to synthetic childr...Enrico Granata2016-05-024-0/+127
* Add a --element-count option to the expression commandEnrico Granata2016-04-256-0/+203
* Fix test cases for big-endian systemsUlrich Weigand2016-04-145-69/+145
* Remove what I believe are the last known instances of formatters that run codeEnrico Granata2016-04-084-48/+11
* Remove even more of the data formatters that silently run codeEnrico Granata2016-04-082-31/+1
* skip and xfail two std::list-related libcxx tests that fail on OS X with TOT ...Todd Fiala2016-04-012-0/+2
* Remove more of the code-running ObjC data formatter supportEnrico Granata2016-04-011-6/+1
OpenPOWER on IntegriCloud