aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
diff options
context:
space:
mode:
authorAugusto Noronha <anoronha@apple.com>2024-10-10 15:01:20 -0700
committerAugusto Noronha <anoronha@apple.com>2024-10-10 15:05:58 -0700
commit2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9 (patch)
tree4745bb41775ee5d30beda655c3760f3ebbcda592 /lldb/packages/Python/lldbsuite/test/lldbtest.py
parentf02252e1fd2965db007cf7be74c448b7a119c321 (diff)
downloadllvm-2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9.zip
llvm-2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9.tar.gz
llvm-2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9.tar.bz2
Revert "[lldb] Implement basic support for reverse-continue (#99736)"
This reverts commit d5e1de6da96c1ab3b8cae68447e8ed3696a7006e.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lldbtest.py2
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 7cc1ac9..8884ef5 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"