Skip to content

Commit

Permalink
Collecting more logging to debug CI bots
Browse files Browse the repository at this point in the history
Watchpoint test fails on arm-ubuntu and x86-64-debian
  • Loading branch information
jasonmolenda committed Jan 31, 2024
1 parent 775c285 commit cf2533e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand All @@ -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()
Expand Down
1 change: 1 addition & 0 deletions lldb/test/Shell/Watchpoint/ExpressionLanguage.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf2533e

Please sign in to comment.