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):
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" )
3937
4038 process .Continue ()
4139
@@ -50,7 +48,6 @@ def test_watchpoint_count(self):
5048 # LWP_TODO: Adding temporary prints to debug a test
5149 # failure on the x86-64 Debian bot.
5250 self .runCmd ("frame select 0" )
53- self .runCmd ("bt" )
5451 self .runCmd ("disassemble" )
5552
5653 stop_reason = thread .GetStopReason ()
Original file line number Diff line number Diff line change 55settings show interpreter.stop-command-source-on-error
66# CHECK: interpreter.stop-command-source-on-error (boolean) = false
77
8- log enable -v lldb watch
98b main
109run
1110# CHECK: stopped
You can’t perform that action at this time.
0 commit comments