File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
API/commands/watchpoints/watchpoint_count Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ def test_watchpoint_count(self):
34
34
self .runCmd ("p &x1" )
35
35
self .runCmd ("p &x2" )
36
36
self .runCmd ("watchpoint list" )
37
+ self .runCmd ("frame select 0" )
38
+ self .runCmd ("bt" )
37
39
38
40
process .Continue ()
39
41
@@ -48,6 +50,7 @@ def test_watchpoint_count(self):
48
50
# LWP_TODO: Adding temporary prints to debug a test
49
51
# failure on the x86-64 Debian bot.
50
52
self .runCmd ("frame select 0" )
53
+ self .runCmd ("bt" )
51
54
self .runCmd ("disassemble" )
52
55
53
56
stop_reason = thread .GetStopReason ()
Original file line number Diff line number Diff line change 5
5
settings show interpreter.stop-command-source-on-error
6
6
# CHECK: interpreter.stop-command-source-on-error (boolean) = false
7
7
8
+ log enable -v lldb watch
8
9
b main
9
10
run
10
11
# CHECK: stopped
You can’t perform that action at this time.
0 commit comments