summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Test] Move @skipIfAsan from test class to test methods.Jonas Devlieghere2020-01-061-1/+2
* [lldb/Test] Temporarily skip TestFoundationDisassembly on the ASan bot.Jonas Devlieghere2020-01-061-0/+1
* [lldb] Added test for objc_direct calls with categoriesRaphael Isemann2019-12-201-0/+13
* [lldb] Add support for calling objc_direct methods from LLDB's expression eva...Raphael Isemann2019-12-173-0/+88
* LanguageRuntime: Simplify NSException::GetSummary() outputMed Ismail Bennani2019-12-131-6/+6
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-135-16/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-1347-52/+0
* Complete complete types early when importing types from Clang module DWARF.Adrian Prantl2019-11-226-0/+95
* Add a testcase for Clang modules being updated within one LLDB session.Adrian Prantl2019-11-156-0/+87
* [-gmodules] Let LLDB log a warning if the Clang module hash mismatches.Adrian Prantl2019-11-154-0/+75
* [Testsuite] Get rid of most of the recursive shared library MakefilesFrederic Riss2019-10-083-28/+14
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-2533-59/+54
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-1/+1
* Clean up this test.Jim Ingham2019-09-181-46/+11
* TestFoundationDisassembly.py is not dependent on debug information.Jim Ingham2019-09-181-0/+2
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-0445-133/+45
* [test] Remove print statements and verify that the symbol existsJonas Devlieghere2019-09-031-10/+1
* [dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere2019-08-271-5/+0
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-0242-96/+0
* [lldb] Fix crash when looking up type coming from the ClangModuleDeclVendorRaphael Isemann2019-07-211-0/+4
* [Target] Generalize some behavior in ThreadAlex Langford2019-05-151-3/+4
* [testsuite] Split Obj-C foundation testJonas Devlieghere2019-04-104-142/+154
* [testsuite] Split Objective-C new syntax testJonas Devlieghere2019-04-055-204/+225
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-1/+1
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-044-4/+9
* Pass arguments correctly to the objc object checker on arm64Jim Ingham2019-02-272-0/+30
* [Python3] Fix TestObjCMethods.py to work with py2 and 3.Davide Italiano2019-02-181-1/+1
* [lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek2019-02-071-0/+1
* Adjust documentation for git migration.James Y Knight2019-01-291-1/+0
* [testsuite] Remove unused seven module imports.Jonas Devlieghere2019-01-281-10/+0
* Add decorator support for the DWARF version produced by the compilerAdrian Prantl2019-01-241-0/+1
* [Test] Fix up tests affected by the new LLVM header.Jonas Devlieghere2019-01-221-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Simplify testcase by using lldbutil.run_to_source_breakpoint()Adrian Prantl2019-01-071-15/+2
* [lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recogniz...Kuba Mracek2019-01-041-0/+11
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-203-17/+128
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-281-0/+10
* [lldb] Add synthetic frontend for _NSCallStackArrayKuba Mracek2018-11-121-2/+12
* [lldb] Extract more fields from NSException valuesKuba Mracek2018-11-123-0/+135
* Remove header grouping comments.Jonas Devlieghere2018-11-112-2/+2
* [SymbolFile] Implement GetCompleteObjCClass for .debug_namesJonas Devlieghere2018-06-271-3/+16
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* @skipUnlessDarwin TestOrderedSetPavel Labath2018-05-301-0/+1
* [ObjC] Add a Makefile for the test added in r333465.Davide Italiano2018-05-291-0/+6
* [ObjC] Fix the formatter for NSOrderedSet.Davide Italiano2018-05-292-0/+25
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Remove -gmodules restriction from testAdrian Prantl2018-03-161-1/+0
* Split skipIf decorator, the condition is supposed to be ORAdrian Prantl2018-03-151-1/+2
* [Dictionary] Rewrite the test added in r327587 as an inline test.Davide Italiano2018-03-152-0/+13
* [test] Replace some references to Apple-internal bugsVedant Kumar2018-03-131-3/+3
OpenPOWER on IntegriCloud