Author: Jason Molenda Date: 2024-01-31T12:22:14-08:00 New Revision: 19f429a4bda124c655829f84bb9c1f76c86a547c
URL: https://github.com/llvm/llvm-project/commit/19f429a4bda124c655829f84bb9c1f76c86a547c DIFF: https://github.com/llvm/llvm-project/commit/19f429a4bda124c655829f84bb9c1f76c86a547c.diff LOG: Revert "Enable verbose watch log channel to debug x86-64-debian bot" This reverts commit fa42589fe31924b6176d7a92691c2f760b04ffd8. Added: Modified: lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py Removed: ################################################################################ diff --git a/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py b/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py index d0bcb2e440b50..890b0dac6b9ef 100644 --- a/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py +++ b/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py @@ -21,9 +21,6 @@ def test_watchpoint_count(self): first_var = frame.FindVariable("x1") second_var = frame.FindVariable("x2") - self.runCmd("log enable -v lldb watch") - self.addTearDownHook(lambda: self.runCmd("log disable lldb watch")) - error = lldb.SBError() first_watch = first_var.Watch(True, False, True, error) if not error.Success(): _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits