summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/objc/foundation
AgeCommit message (Expand)Author
2025-11-12[lldb] Remove test that disassembles all of Foundation (#167596)Alex Langford
2025-10-22[lldb] Implement ProcessGDBRemote support for ReadMemoryRanges (#164311)Felipe de Azevedo Piovezan
2025-04-16[lldb] Add summary for NSIndirectTaggedPointerString (#136025)Dave Lee
2025-03-17[lldb] Support ordered patterns in lldbtest.expect (#131475)Dave Lee
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee
2022-08-22[lldb] Remove prefer-dynamic-value test overrideDave Lee
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-06-11[lldb] Enable TestRuntimeTypes on Apple SiliconJonas Devlieghere
2021-04-04[lldb] Replace unneeded use of Foundation with ObjectiveC in tests (NFC)Dave Lee
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee
2020-11-10[lldb] [test] Skip ObjC-based tests via 'objc' categoryMichał Górny
2020-05-27[lldb/Reproducers] Differentiate active and passive replay unexpected packet.Jonas Devlieghere
2020-05-26[lldb/Test] Modify TestSymbolTable.py for reproducersJonas Devlieghere
2020-05-26[lldb/Test] Cleanup TestSymbolTable.py (NFC)Jonas Devlieghere
2020-05-26[lldb/Test] Reinstate FoundationSymtabTestCaseJonas Devlieghere
2020-05-25[lldb/Test] Add a trace method to replace print statements.Jonas Devlieghere
2020-05-15Recommit "[lldb] Don't dissasemble large functions by default"Pavel Labath
2020-04-24Relax testcase. The Clang module debug info may return additionalAdrian Prantl
2020-04-21[lldb/Test] Add skipIfReproducer for tests that diverge during replayJonas Devlieghere
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht