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:
0df5377
)
Remove "import ." notation.
author
Tim Newsome
<tim@sifive.com>
Thu, 1 Sep 2016 20:18:29 +0000
(13:18 -0700)
committer
Tim Newsome
<tim@sifive.com>
Thu, 1 Sep 2016 20:18:29 +0000
(13:18 -0700)
Doesn't work with Python 2.7.9 which is the default in latest Debian.
debug/gdbserver.py
patch
|
blob
|
history
diff --git
a/debug/gdbserver.py
b/debug/gdbserver.py
index de8241ce33fb6c503308971090b8929f5369b8f2..8558a2b80db778bb56d82315164a3413302e5234 100755
(executable)
--- a/
debug/gdbserver.py
+++ b/
debug/gdbserver.py
@@
-9,7
+9,7
@@
import time
import random
import binascii
-import
.
testlib
+import testlib
MSTATUS_UIE = 0x00000001