Force gdb to not print entry values.
[riscv-isa-sim.git] / tests / testlib.py
index 3b439b1dd2ccb5c225880937c8738fa45cf4d82d..3cba8c77e181d304dbe48cacc7fdb7be869268e8 100644 (file)
@@ -71,6 +71,8 @@ class Gdb(object):
         self.wait()
         self.command("set width 0")
         self.command("set height 0")
+        # Force consistency.
+        self.command("set print entry-values no")
 
     def wait(self):
         """Wait for prompt."""