From: Tim Newsome Date: Tue, 16 Aug 2016 17:44:16 +0000 (-0700) Subject: Fix missing setup in test_turbostep. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef84dc3a8d7a95f3324662f9fb167d24b9dc900a;p=riscv-tests.git Fix missing setup in test_turbostep. --- diff --git a/debug/gdbserver.py b/debug/gdbserver.py index ede7869..267bcdc 100755 --- a/debug/gdbserver.py +++ b/debug/gdbserver.py @@ -237,6 +237,8 @@ class DebugTest(DeleteServer): def test_turbostep(self): """Single step a bunch of times.""" + self.gdb.b("main:start") + self.gdb.c() self.gdb.command("p i=0"); last_pc = None advances = 0