mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 19:06:33 +00:00
Revert "Collecting more logging to debug CI bots"
This reverts commit cf2533e75ec4360da460bb577e0a4e64f2d8997f.
This commit is contained in:
parent
e95250cda0
commit
46643e07d4
@ -34,8 +34,6 @@ class TestWatchpointCount(TestBase):
|
||||
self.runCmd("p &x1")
|
||||
self.runCmd("p &x2")
|
||||
self.runCmd("watchpoint list")
|
||||
self.runCmd("frame select 0")
|
||||
self.runCmd("bt")
|
||||
|
||||
process.Continue()
|
||||
|
||||
@ -50,7 +48,6 @@ class TestWatchpointCount(TestBase):
|
||||
# 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()
|
||||
|
@ -5,7 +5,6 @@
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user