summaryrefslogtreecommitdiff
path: root/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
AgeCommit message (Expand)Author
2025-06-25[lldb] Fix FindProcessImpl() for iOS simulators (#139174)royitaqi
2025-06-10[lldb] Revive TestSimulatorPlatform.py (#142244)Jonas Devlieghere
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2025-02-06[lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144)Jason Molenda
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
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-04-21[lldb] Disable TestSimulatorPlatform.py because it's causing a SIGHUPJonas Devlieghere
2021-04-21[lldb] Use the compiler from the SDK in simulator testsJonas Devlieghere
2021-02-06[lldb] Use assertIn/NotIn over assertTrue/False (NFC)Dave Lee
2020-08-21[lldb] Fix build error in TestSimulatorPlatform.pyJonas Devlieghere
2020-08-19[lldb] Update TestSimulatorPlatform.py to set ARCH_CFLAGS instead of TRIPLEJonas Devlieghere
2020-08-19[lldb] Print the load command that wasn't found in TestSimulatorPlatformJonas Devlieghere
2020-08-17[lldb] Skip the Apple Simulator tests with reproducersJonas Devlieghere
2020-08-17[lldb] Skip TestSimulatorPlatform with sanitized buildsRaphael Isemann
2020-08-10[lldb] Skip TestSimulatorPlatform with out-of-tree debugserverJonas Devlieghere
2020-08-06Correctly detect legacy iOS simulator Mach-O objectfilesAdrian Prantl
2020-08-04Fix debugserver's qProcessInfo reporting of maccatalyst binariesAdrian Prantl
2020-07-24debugserver: Support ios simulator load command disambiguation in qProcessInfoAdrian Prantl
2020-07-08Fix debugserver reporting of deployment targetAdrian Prantl
2020-07-01Revert "Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries ...Adrian Prantl
2020-07-01Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries in"Jonas Devlieghere
2020-06-30Improve the detection of iOS/tvOS/watchOS simulator binaries inAdrian Prantl
2020-06-23[lldb/Test] Temporarily disable TestSimulatorPlatform.pyJonas Devlieghere
2020-06-19[lldb/Test] Temporarily skip watch simulator in TestSimulatorPlatform.pyJonas Devlieghere
2020-06-19Repair support for launching ios/tv/watch simulator binaries through platformAdrian Prantl