From cf2533e75ec4360da460bb577e0a4e64f2d8997f Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Wed, 31 Jan 2024 10:39:59 -0800 Subject: [PATCH] Collecting more logging to debug CI bots Watchpoint test fails on arm-ubuntu and x86-64-debian --- .../watchpoints/watchpoint_count/TestWatchpointCount.py | 3 +++ lldb/test/Shell/Watchpoint/ExpressionLanguage.test | 1 + 2 files changed, 4 insertions(+) diff --git a/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py b/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py index be0618bfb4b11f..890b0dac6b9ef3 100644 --- a/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py +++ b/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py @@ -34,6 +34,8 @@ def test_watchpoint_count(self): self.runCmd("p &x1") self.runCmd("p &x2") self.runCmd("watchpoint list") + self.runCmd("frame select 0") + self.runCmd("bt") process.Continue() @@ -48,6 +50,7 @@ def test_watchpoint_count(self): # LWP_TODO: Adding temporary prints to debug a test # failure on the x86-64 Debian bot. self.runCmd("frame select 0") + self.runCmd("bt") self.runCmd("disassemble") stop_reason = thread.GetStopReason() diff --git a/lldb/test/Shell/Watchpoint/ExpressionLanguage.test b/lldb/test/Shell/Watchpoint/ExpressionLanguage.test index 3966923778620a..245c441d4db4dc 100644 --- a/lldb/test/Shell/Watchpoint/ExpressionLanguage.test +++ b/lldb/test/Shell/Watchpoint/ExpressionLanguage.test @@ -5,6 +5,7 @@ settings show interpreter.stop-command-source-on-error # CHECK: interpreter.stop-command-source-on-error (boolean) = false +log enable -v lldb watch b main run # CHECK: stopped