Disable another PRIV mention, for now
authorPalmer Dabbelt <palmer@dabbelt.com>
Mon, 15 May 2017 23:54:00 +0000 (16:54 -0700)
committerPalmer Dabbelt <palmer@dabbelt.com>
Mon, 15 May 2017 23:54:00 +0000 (16:54 -0700)
debug/testlib.py

index c39ed517a879576286dc758c153f9a97829b6f1f..ecb0431e128e5d3941245821c5a275f4eaabe899 100644 (file)
@@ -539,7 +539,8 @@ class GdbTest(BaseTest):
             self.gdb.command(
                     "target extended-remote localhost:%d" % self.server.port)
 
-        self.gdb.p("$priv=3")
+        # FIXME: OpenOCD doesn't handle PRIV now
+        #self.gdb.p("$priv=3")
 
     def classTeardown(self):
         del self.gdb