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:
6aa5ac0
)
Turn off debugging.
author
Tim Newsome
<tim@sifive.com>
Tue, 21 Jun 2016 20:59:19 +0000
(13:59 -0700)
committer
Tim Newsome
<tim@sifive.com>
Tue, 19 Jul 2016 01:51:54 +0000
(18:51 -0700)
debug/testlib.py
patch
|
blob
|
history
diff --git
a/debug/testlib.py
b/debug/testlib.py
index 0e5f35dd9a8c0b6b0d92ab45dedbbfc5a42b7805..3339e9b49a88afaf22538f7029ce5e87c48577aa 100644
(file)
--- a/
debug/testlib.py
+++ b/
debug/testlib.py
@@
-79,7
+79,7
@@
class Spike(object):
return self.process.wait(*args, **kwargs)
class Openocd(object):
- def __init__(self, cmd=None, config=None, debug=
Tru
e):
+ def __init__(self, cmd=None, config=None, debug=
Fals
e):
if cmd:
cmd = shlex.split(cmd)
else: