Fix hwbp test.
authorTim Newsome <tim@sifive.com>
Fri, 10 Jun 2016 22:37:47 +0000 (15:37 -0700)
committerTim Newsome <tim@sifive.com>
Tue, 19 Jul 2016 01:51:54 +0000 (18:51 -0700)
debug/testlib.py

index f8c8062f2b9c05d9416d90099d3e84611924b2d8..53e670ec51c006fa96cbb0ea2f201e5f77fb7f7c 100644 (file)
@@ -166,5 +166,5 @@ class Gdb(object):
     def hbreak(self, location):
         output = self.command("hbreak %s" % location)
         assert "not defined" not in output
-        assert "Breakpoint" in output
+        assert "Hardware assisted breakpoint" in output
         return output