From 2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9 Mon Sep 17 00:00:00 2001 From: Augusto Noronha Date: Thu, 10 Oct 2024 15:01:20 -0700 Subject: Revert "[lldb] Implement basic support for reverse-continue (#99736)" This reverts commit d5e1de6da96c1ab3b8cae68447e8ed3696a7006e. --- lldb/packages/Python/lldbsuite/test/lldbtest.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py') 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" -- cgit v1.1