projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22576f7
)
Disable another PRIV mention, for now
author
Palmer Dabbelt
<palmer@dabbelt.com>
Mon, 15 May 2017 23:54:00 +0000
(16:54 -0700)
committer
Palmer Dabbelt
<palmer@dabbelt.com>
Mon, 15 May 2017 23:54:00 +0000
(16:54 -0700)
debug/testlib.py
patch
|
blob
|
history
diff --git
a/debug/testlib.py
b/debug/testlib.py
index c39ed517a879576286dc758c153f9a97829b6f1f..ecb0431e128e5d3941245821c5a275f4eaabe899 100644
(file)
--- a/
debug/testlib.py
+++ b/
debug/testlib.py
@@
-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