Skip to content

Commit fa42589

Browse files
committed
Enable verbose watch log channel to debug x86-64-debian bot
1 parent d6e1ae2 commit fa42589

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-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
@@ -21,6 +21,9 @@ def test_watchpoint_count(self):
2121
first_var = frame.FindVariable("x1")
2222
second_var = frame.FindVariable("x2")
2323

24+
self.runCmd("log enable -v lldb watch")
25+
self.addTearDownHook(lambda: self.runCmd("log disable lldb watch"))
26+
2427
error = lldb.SBError()
2528
first_watch = first_var.Watch(True, False, True, error)
2629
if not error.Success():

0 commit comments

Comments
 (0)