summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/objc
AgeCommit message (Expand)Author
2025-11-12[lldb] Remove test that disassembles all of Foundation (#167596)Alex Langford
2025-11-08[lldb][ClangModulesDeclVendor] Print Clang module loading errors to expressio...Michael Buch
2025-11-03[lldb] Skip tests on older versions of clangAdrian Prantl
2025-10-31🍒 [lldb] Fix TestRealDefinition on older DWARF versions (#165729)Michael Buch
2025-10-27[lldb][test] Add test for parsing Objective-C synthesized propertiesMichael Buch
2025-10-22[lldb] Implement ProcessGDBRemote support for ReadMemoryRanges (#164311)Felipe de Azevedo Piovezan
2025-10-17[lldb][ObjC] Consult Objective-C runtime decl vendor when completing type (#1...Michael Buch
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee
2025-06-24[lldb] Fix AppleObjCDeclVendor for classes which have no methods (#145452)Dave Lee
2025-06-02[lldb][test] Fix comment in TestObjcPoHint.py (#142306)Saagar Jha
2025-04-29[lldb] Provide an unconditional @skip annotation for API tests (#137712)Jonas Devlieghere
2025-04-16[lldb] Add summary for NSIndirectTaggedPointerString (#136025)Dave Lee
2025-04-02[lldb] Fix tagged-pointer info address parsing (#134123)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
2025-01-24[lldb] Add SBThread.selected_frame property (#123981)Dave Lee
2024-11-20Rename GetLanguageInfo to GetLanguageSpecificData (#117012)Adrian Prantl
2024-11-20[lldb] Add an API to derive language-specific runtime information (#116904)Adrian Prantl
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz
2024-10-10[lldb][test] Use $(STRIP) instead of strip in API tests (Darwin-only change) ...Vladislav Dzhidzhoev
2024-09-27[lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (#106442)Adrian Prantl
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht
2024-01-18[lldb] Remove redundant severity substring within a diagnostic message. (#76111)Pete Lawrence
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht
2023-09-14Clean up test case (#66400)Adrian Prantl
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-08-02[lldb] Print hint if object description is requested but not implementedAugusto Noronha
2023-06-22[lldb] Adjust for changes in objc runtimeAlex Langford
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-04-06[lldb] Rename test module.map files to module.modulemap (NFC)Dave Lee
2023-01-27[lldb][test] Set minimum compiler_versionsDave Lee
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee
2022-12-05[lldb][Test] TestModulesCompileError.py: fix expected error stringMichael Buch
2022-12-05[lldb] Fix the way we set up the lldb modules infrastructure.Vassil Vassilev
2022-11-11[lldb] Rewrite to assertEqual/assertNotEqual (NFC)Dave Lee
2022-10-24[lldb-tests] Force use of system stdlib for Objective-C testFelipe de Azevedo Piovezan
2022-09-26[lldb][test] 2 - Add gmodules test category explicitly where previously done ...Michael Buch
2022-09-26[lldb] Skip tests incompatible with older versions of ClangFelipe de Azevedo Piovezan
2022-09-12Reland "[lldb] Use just-built libcxx for tests when available"Felipe de Azevedo Piovezan
2022-09-08Revert "[lldb] Use just-built libcxx for tests when available"Felipe de Azevedo Piovezan
2022-09-08[lldb] Use just-built libcxx for tests when availableFelipe de Azevedo Piovezan
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-24[lldb] Replace Host::SystemLog with Debugger::Report{Error,Warning}Jonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee