aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/objc
AgeCommit message (Expand)AuthorFilesLines
2025-11-12[lldb] Remove test that disassembles all of Foundation (#167596)Alex Langford1-46/+0
2025-11-08[lldb][ClangModulesDeclVendor] Print Clang module loading errors to expressio...Michael Buch5-44/+0
2025-11-03[lldb] Skip tests on older versions of clangAdrian Prantl2-0/+2
2025-10-31🍒 [lldb] Fix TestRealDefinition on older DWARF versions (#165729)Michael Buch1-6/+2
2025-10-27[lldb][test] Add test for parsing Objective-C synthesized propertiesMichael Buch3-0/+48
2025-10-22[lldb] Implement ProcessGDBRemote support for ReadMemoryRanges (#164311)Felipe de Azevedo Piovezan1-0/+27
2025-10-17[lldb][ObjC] Consult Objective-C runtime decl vendor when completing type (#1...Michael Buch5-0/+81
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee6-0/+73
2025-06-24[lldb] Fix AppleObjCDeclVendor for classes which have no methods (#145452)Dave Lee5-0/+34
2025-06-02[lldb][test] Fix comment in TestObjcPoHint.py (#142306)Saagar Jha1-1/+1
2025-04-29[lldb] Provide an unconditional @skip annotation for API tests (#137712)Jonas Devlieghere1-1/+1
2025-04-16[lldb] Add summary for NSIndirectTaggedPointerString (#136025)Dave Lee3-0/+32
2025-04-02[lldb] Fix tagged-pointer info address parsing (#134123)Dave Lee1-1/+13
2025-03-17[lldb] Support ordered patterns in lldbtest.expect (#131475)Dave Lee1-1/+1
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima5-13/+13
2025-01-24[lldb] Add SBThread.selected_frame property (#123981)Dave Lee1-6/+3
2024-11-20Rename GetLanguageInfo to GetLanguageSpecificData (#117012)Adrian Prantl1-1/+1
2024-11-20[lldb] Add an API to derive language-specific runtime information (#116904)Adrian Prantl3-0/+21
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz2-3/+3
2024-10-10[lldb][test] Use $(STRIP) instead of strip in API tests (Darwin-only change) ...Vladislav Dzhidzhoev3-4/+4
2024-09-27[lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (#106442)Adrian Prantl1-1/+1
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev2-4/+4
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht6-11/+10
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere11-27/+27
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere1-0/+1
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht1-2/+2
2024-01-18[lldb] Remove redundant severity substring within a diagnostic message. (#76111)Pete Lawrence1-1/+1
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht1-1/+2
2023-09-14Clean up test case (#66400)Adrian Prantl3-22/+5
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere1-6/+2
2023-08-02[lldb] Print hint if object description is requested but not implementedAugusto Noronha3-0/+75
2023-06-22[lldb] Adjust for changes in objc runtimeAlex Langford1-2/+0
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere68-1249/+1388
2023-04-06[lldb] Rename test module.map files to module.modulemap (NFC)Dave Lee2-0/+0
2023-01-27[lldb][test] Set minimum compiler_versionsDave Lee1-1/+1
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee5-6/+6
2022-12-05[lldb][Test] TestModulesCompileError.py: fix expected error stringMichael Buch1-1/+1
2022-12-05[lldb] Fix the way we set up the lldb modules infrastructure.Vassil Vassilev1-1/+1
2022-11-11[lldb] Rewrite to assertEqual/assertNotEqual (NFC)Dave Lee3-8/+10
2022-10-24[lldb-tests] Force use of system stdlib for Objective-C testFelipe de Azevedo Piovezan2-1/+4
2022-09-26[lldb][test] 2 - Add gmodules test category explicitly where previously done ...Michael Buch6-7/+9
2022-09-26[lldb] Skip tests incompatible with older versions of ClangFelipe de Azevedo Piovezan1-0/+3
2022-09-12Reland "[lldb] Use just-built libcxx for tests when available"Felipe de Azevedo Piovezan1-1/+1
2022-09-08Revert "[lldb] Use just-built libcxx for tests when available"Felipe de Azevedo Piovezan1-1/+1
2022-09-08[lldb] Use just-built libcxx for tests when availableFelipe de Azevedo Piovezan1-1/+1
2022-08-22[lldb] Remove prefer-dynamic-value test overrideDave Lee7-2/+18
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett6-18/+0
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee12-18/+0
2022-06-24[lldb] Replace Host::SystemLog with Debugger::Report{Error,Warning}Jonas Devlieghere1-5/+8
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee62-119/+0