summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/watchpoint
AgeCommit message (Expand)Author
2025-06-19[lldb] Disable TestTargetWatchAddress on Windows x86_64 (#144779)Dmitry Vasilyev
2025-06-03[lldb] Disable TestTargetWatchAddress.py on Windows x86_64 (#142573)Dmitry Vasilyev
2025-02-04[lldb] WatchAddress ignores modify option (#124847)Ben Jackson
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-15Remove hardware index from watchpoints and breakpoints (#72012)Jason Molenda
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-04Add AArch64 MASK watchpoint support in debugserverJason Molenda
2023-03-01[LLDB] Expose several methods in SBWatchpointDan Liew
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee
2022-05-25Skip testing of watchpoint hit-count/ignore-count on multithreadedJason Molenda
2022-01-10[lldb] Disable several lldb tests that are flaky on WindowsStella Stamenova
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
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-11-10[lldb] [test] Rename '.categories' to 'categories'Michał Górny
2020-05-21[lldb/Test] Fix replay with TestSetWatchpoint.pyJonas Devlieghere
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