File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
API/commands/watchpoints/watchpoint_count Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ 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" )
39
37
40
38
process .Continue ()
41
39
@@ -50,7 +48,6 @@ def test_watchpoint_count(self):
50
48
# LWP_TODO: Adding temporary prints to debug a test
51
49
# failure on the x86-64 Debian bot.
52
50
self .runCmd ("frame select 0" )
53
- self .runCmd ("bt" )
54
51
self .runCmd ("disassemble" )
55
52
56
53
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
9
8
b main
10
9
run
11
10
# CHECK: stopped
You can’t perform that action at this time.
0 commit comments