aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/watchpoints
AgeCommit message (Expand)AuthorFilesLines
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee2-7/+7
2025-05-27[lldb][NFC] This test is marked expectedfail for macos versionJason Molenda1-10/+4
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda6-7/+7
2025-04-29[lldb] Provide an unconditional @skip annotation for API tests (#137712)Jonas Devlieghere1-1/+1
2025-02-06[lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144)Jason Molenda1-1/+0
2025-02-03[lldb] correct event when removing all watchpoints (#125312)Ben Jackson1-17/+35
2024-06-28[lldb][test][NFC] TestWatchpointConditionCmd.py: remove BOM characterMichael Buch1-1/+1
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere1-5/+5
2024-02-15[lldb] Re-enable TestStepOverWatchpoint on macOS 14.4 and laterJonas Devlieghere1-2/+2
2024-01-31Revert "Add extra printing to TestWatchpointCount.py to debug CI fail"Jason Molenda1-11/+0
2024-01-31Revert "Collecting more logging to debug CI bots"Jason Molenda1-3/+0
2024-01-31Revert "Enable verbose watch log channel to debug x86-64-debian bot"Jason Molenda1-3/+0
2024-01-31Enable verbose watch log channel to debug x86-64-debian botJason Molenda1-0/+3
2024-01-31Collecting more logging to debug CI botsJason Molenda1-0/+3
2024-01-31Add extra printing to TestWatchpointCount.py to debug CI failJason Molenda1-0/+11
2023-09-22Remove expected-fail for Linux on TestStepOverWatchpoint.pyJason Molenda1-6/+0
2023-09-22Re-enable StepOverWatchpoint test, make it more focusedJason Molenda2-35/+50
2023-09-21watch set expression's default type was wrong with new modify typeJason Molenda1-1/+1
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett5-8/+14
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett3-10/+6
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda3-6/+10
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda2-4/+2
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda2-2/+4
2023-07-04[lldb][AArch64] Fix tagged watch test on Graviton 3David Spickett1-4/+7
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere20-582/+690
2023-04-12AArch64 debugserver parse ESR register for watchpointsJason Molenda3-0/+71
2023-03-21[lldb] Fix TestStepOverWatchpointPavel Labath1-3/+4
2023-03-20Follow on to 2c7abc83f605b2d3b1062f28422eeff81278ecd5.Jim Ingham1-8/+0
2023-03-20Reapply 8d024a79ea783ed3fbb5691aeaf186ad3f0a4ae9 w/o the extra bits.Jim Ingham2-33/+39
2023-03-20Revert "Fix a problem with "watchpoint triggers before" watchpoint handling."Jim Ingham2-39/+33
2023-03-20Fix a problem with "watchpoint triggers before" watchpoint handling.Jim Ingham2-33/+39
2023-03-17[lldb] Set the watchpoint spec for expression watchpointsJonas Devlieghere1-1/+7
2023-02-28[lldb] Fix {break,watch}point command function stopping behaviourMed Ismail Bennani3-3/+36
2022-10-27[lldb][test] Remove empty setUp/tearDown methods (NFC)Dave Lee1-3/+0
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett2-6/+0
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee1-1/+0
2022-08-05Reapply the commits to enable accurate hit-count detection for watchpoints.Jim Ingham1-1/+1
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere4-8/+8
2022-07-18Revert "Make hit point counts reliable for architectures that stop before eva...Jim Ingham1-1/+1
2022-07-18Make hit point counts reliable for architectures that stop before evaluation.Jim Ingham1-1/+1
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham1-2/+2
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee18-34/+0
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee1-2/+2
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere1-6/+6
2022-05-25Skip testing of watchpoint hit-count/ignore-count on multithreadedJason Molenda2-6/+26
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee2-7/+3
2022-01-15[LLDB] Skip TestIOHandlerPythonREPLSigint.py on AArch64/LinuxMuhammad Omair Javaid1-0/+1
2022-01-12[lldb] Disable one more watchpoint test on WindowsStella Stamenova1-0/+1
2022-01-10[lldb] Disable several lldb tests that are flaky on WindowsStella Stamenova2-0/+2
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere1-1/+0