summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc
Commit message (Expand)AuthorAgeFilesLines
* [lldb/test] Add test for CMTime data formatterJonas Devlieghere2020-01-143-0/+67
* [lldb][tests] Cleanup '.categories'Tatyana Krasnukha2020-01-101-1/+1
* LanguageRuntime: Simplify NSException::GetSummary() outputMed Ismail Bennani2019-12-132-8/+8
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-1314-14/+0
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+1
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-253-9/+12
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-043-9/+3
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-022-6/+0
* [Test] Remove no_debug_info_test decorator from Obj-C data formatters.Jonas Devlieghere2019-04-0511-11/+0
* [testsuite] Split Objective-C data formatterJonas Devlieghere2019-04-0514-530/+584
* Fix a double-overrelease in the TestDataFormatterObjC test program.Adrian Prantl2019-03-141-4/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [DataFormatter] Add CFDictionary data formatterJonas Devlieghere2018-06-212-1/+10
* [ObjC] Add dataformatter for NSDecimalNumberJonas Devlieghere2018-06-132-1/+13
* Fix _NSCFBoolean data formatter.Jonas Devlieghere2018-05-181-2/+4
* [ObjC] Fix the NSConcreteData formatter and test itVedant Kumar2018-02-222-2/+14
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-193-7/+7
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-251-0/+1
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-251-1/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-221-0/+1
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-211-1/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-211-0/+1
* Updated NSNumber formatter for new internal representation.Sean Callanan2017-06-191-2/+13
* xfail TestDataFormatterNSIndexPath.py on macOS i386Todd Fiala2016-10-061-0/+1
* Do not assume we will be able to discover the return type of this selector ca...Enrico Granata2016-09-301-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-063-212/+332
* Change the formula for tagged NSIndexPath data formattingEnrico Granata2016-09-013-0/+110
* s/Cocoa/Foundation/Enrico Granata2016-07-192-2/+2
* It has been brought to my attention that, given two variablesEnrico Granata2016-05-252-6/+9
* Remove what I believe are the last known instances of formatters that run codeEnrico Granata2016-04-082-30/+3
* Remove even more of the data formatters that silently run codeEnrico Granata2016-04-082-31/+1
* Remove more of the code-running ObjC data formatter supportEnrico Granata2016-04-011-6/+1
* Make it so that the data formatter for NSError can see through a variable of ...Enrico Granata2016-03-152-5/+8
* The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...Enrico Granata2016-02-122-51/+1
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-042-4/+6
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-032-2/+2
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-032-4/+4
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-287-0/+1383
OpenPOWER on IntegriCloud