summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enhance the 'type X list' commands such that they actually alert the user if ...Enrico Granata2016-03-302-1/+4
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-42/+42
* On some platforms, the compiler is allowed to assume that BOOL == bool. On ot...Enrico Granata2016-03-152-1/+9
* Make it so that the data formatter for NSError can see through a variable of ...Enrico Granata2016-03-152-5/+8
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-192-2/+2
* [TestLibCxxAtomic] Skip for GCC.Siva Chandra2016-02-131-0/+1
* [TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.Siva Chandra2016-02-131-0/+1
* Data formatter support for libc++ std::atomic<T>Enrico Granata2016-02-123-0/+81
* The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...Enrico Granata2016-02-124-64/+1
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-101-1/+1
* Remove skipIf<compiler> decorators.Zachary Turner2016-02-0912-12/+12
* Delete all the xfail / skip decorators for specific compilers.Zachary Turner2016-02-095-5/+5
OpenPOWER on IntegriCloud