summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter/data-formatter-objc
AgeCommit message (Expand)Author
2025-09-16[LLDB] [Tests] Downgrade -Wincompatible-pointer-types to a warning in some te...Sirraide
2025-05-28[lldb][objc] NSError data formatter test is failingJason Molenda
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-13The _code field in an NSError is signed, not unsigned. (#119764)jimingham
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev
2024-01-21[lldb] Skip ObjC timezone tests on macOS >= 14 (NFC) (#78817)Dave Lee
2023-10-20[lldb][test] Turn ObjC string literals to C-style literals (NFC) (#69793)Dave Lee
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-08-22[lldb] Remove prefer-dynamic-value test overrideDave Lee
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-04-12[lldb] Re-enable fixed on-device testsJonas Devlieghere
2022-04-08Adapt the ObjC stepping algorithm to deal with "selector-stubs" in clang.Jim Ingham
2022-04-08[lldb] XFAIL tests that aren't passing remotelyJonas Devlieghere
2021-08-06Re-land "[lldb] Upstream support for Foundation constant classes"Jonas Devlieghere
2021-08-06Revert "[lldb] Upstream support for Foundation constant classes"Sterling Augustine
2021-08-06[lldb] Upstream support for Foundation constant classesJonas Devlieghere
2021-06-25Add support for the NSMutableDictionary variant: "__NSFrozenDictionaryM"Jim Ingham
2021-04-05Revert "Revert "Add support for fetching signed values from tagged pointers.""Jim Ingham
2021-04-04Revert "Add support for fetching signed values from tagged pointers."Jason Molenda
2021-04-01Add support for fetching signed values from tagged pointers.Jim Ingham
2020-11-10[lldb] [test] Rename '.categories' to 'categories'Michał Górny
2020-11-10[lldb] [test] Skip ObjC-based tests via 'objc' categoryMichał Górny
2020-10-05[lldb/test] Catch invalid calls to expect()Dave Lee
2020-09-11[lldb] Add test for CFMutableDictionaryRefJonas Devlieghere
2020-07-15[lldb][formatters] Add support for printing NSConstantDate and fix distantPas...Raphael Isemann
2020-07-06[lldb] Always round down in NSDate's formatter to match NSDate's builtin formatRaphael Isemann
2020-05-15[lldb/Dataformatter] Add support to CF{Dictionary,Set}Ref typesMed Ismail Bennani
2020-05-07[lldb/test] Reformat Objective-C data-formatter source file (NFC)Med Ismail Bennani
2020-04-27[lldb/Dataformatter] Add support for CoreFoundation Dictionaries and Sets.Med Ismail Bennani
2020-03-19Reland [lldb] Fix string summary of an empty NSPathStore2Raphael Isemann
2020-03-19Revert "[lldb] Fix string summary of an empty NSPathStore2"Raphael Isemann
2020-03-19[lldb] Fix string summary of an empty NSPathStore2Raphael Isemann
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht