summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/event/TestEvents.py
AgeCommit message (Expand)Author
2025-05-01Fix TestEvents.py after: 4fdb8cb (#138211)jimingham
2025-05-01Make stop-hooks fire when lldb first gains control of a process. (#137410)jimingham
2024-07-15Private process events were being delivered to the secondary listener (#98571)jimingham
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2023-09-11[lldb][Tests] Reformat API tests with blackDavid Spickett
2023-08-16Test follow-up to 2e7aa2ee34eb53347396731dc8a3b2dbc6a3df45Jim Ingham
2023-08-16Replace the singleton "ShadowListener" with a primary and N secondary ListenersJim Ingham
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-17[lldb] [test] Update baseline test status for FreeBSDMichał Górny
2022-03-04[lldb/test] Re-enable TestEvents.py on Darwin and fix crashesMed Ismail Bennani
2021-02-08[lldb/tests] Removed add_test_categories decorator for python API tests, NFCTatyana Krasnukha
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-12-20[lldb] [test] Update test status for NetBSDMichał Górny
2020-12-07[lldb] [test] Link FreeBSD test failures to bugsMichał Górny
2020-11-05[lldb] Enable FreeBSDRemote plugin by default and update test statusMichał Górny
2020-08-13[lldb] Set the launch flags to GetLaunchInfo().GetLaunchFlags()Jonas Devlieghere
2020-05-25[lldb/Test] Add a trace method to replace print statements.Jonas Devlieghere
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht