X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=blobdiff_plain;f=debug%2Ftestlib.py;h=3aaa542a5c76dce60bf92ca485119e2045b3dbe0;hp=7727f10d5af2947b8b2ec3de39fd74d5f3185a45;hb=ba39c5fc2885eb1400d6f9e13ae6c7588c1c1241;hpb=1637fcbfd1b25b7341767ab7caa7a8173f471a51 diff --git a/debug/testlib.py b/debug/testlib.py index 7727f10..3aaa542 100644 --- a/debug/testlib.py +++ b/debug/testlib.py @@ -835,6 +835,7 @@ class GdbTest(BaseTest): if not self.gdb: return self.gdb.interrupt() + self.gdb.command("disassemble") self.gdb.command("info registers all", timeout=10) def classTeardown(self):