Skip to content

Commit cf2533e

Browse files
committed
Collecting more logging to debug CI bots
Watchpoint test fails on arm-ubuntu and x86-64-debian
1 parent 775c285 commit cf2533e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ def test_watchpoint_count(self):
3434
self.runCmd("p &x1")
3535
self.runCmd("p &x2")
3636
self.runCmd("watchpoint list")
37+
self.runCmd("frame select 0")
38+
self.runCmd("bt")
3739

3840
process.Continue()
3941

@@ -48,6 +50,7 @@ def test_watchpoint_count(self):
4850
# LWP_TODO: Adding temporary prints to debug a test
4951
# failure on the x86-64 Debian bot.
5052
self.runCmd("frame select 0")
53+
self.runCmd("bt")
5154
self.runCmd("disassemble")
5255

5356
stop_reason = thread.GetStopReason()

lldb/test/Shell/Watchpoint/ExpressionLanguage.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
settings show interpreter.stop-command-source-on-error
66
# CHECK: interpreter.stop-command-source-on-error (boolean) = false
77

8+
log enable -v lldb watch
89
b main
910
run
1011
# CHECK: stopped

0 commit comments

Comments
 (0)