diff options
author | Pavel Labath <pavel@labath.sk> | 2025-01-22 09:43:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-22 09:43:11 +0100 |
commit | 22561cfb443267905d4190f0e2a738e6b412457f (patch) | |
tree | d6c956b6abd5544862fbe04712cfed9e1bcde68a /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | bc6f84a2db6e7d60d70cf9be8d6cce2a101d0faa (diff) | |
download | llvm-22561cfb443267905d4190f0e2a738e6b412457f.zip llvm-22561cfb443267905d4190f0e2a738e6b412457f.tar.gz llvm-22561cfb443267905d4190f0e2a738e6b412457f.tar.bz2 |
Revert "[lldb] Implement basic support for reverse-continue" (#123906)
Reverts llvm/llvm-project#112079 due to failures on the arm bot.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lldbtest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py index b0d2a27..81b2863 100644 --- a/lldb/packages/Python/lldbsuite/test/lldbtest.py +++ b/lldb/packages/Python/lldbsuite/test/lldbtest.py @@ -143,8 +143,6 @@ STOPPED_DUE_TO_STEP_IN = "Process state is stopped due to step in" STOPPED_DUE_TO_WATCHPOINT = "Process should be stopped due to watchpoint" -STOPPED_DUE_TO_HISTORY_BOUNDARY = "Process should be stopped due to history boundary" - DATA_TYPES_DISPLAYED_CORRECTLY = "Data type(s) displayed correctly" VALID_BREAKPOINT = "Got a valid breakpoint" |