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:
7ce8ad6
)
Fix hwbp test.
author
Tim Newsome
<tim@sifive.com>
Fri, 10 Jun 2016 22:37:47 +0000
(15:37 -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 f8c8062f2b9c05d9416d90099d3e84611924b2d8..53e670ec51c006fa96cbb0ea2f201e5f77fb7f7c 100644
(file)
--- a/
debug/testlib.py
+++ b/
debug/testlib.py
@@
-166,5
+166,5
@@
class Gdb(object):
def hbreak(self, location):
output = self.command("hbreak %s" % location)
assert "not defined" not in output
- assert "
B
reakpoint" in output
+ assert "
Hardware assisted b
reakpoint" in output
return output