Fix MulticoreRegTest.
authorTim Newsome <tim@sifive.com>
Wed, 1 Nov 2017 18:43:04 +0000 (11:43 -0700)
committerTim Newsome <tim@sifive.com>
Wed, 1 Nov 2017 18:43:04 +0000 (11:43 -0700)
commitcaa79b71bfc1f42e70a48980c81f8811df57811f
tree7fe036d03c1ee6d82f3dd34c925b30d4a7d7e058
parenta98122fc00d8a7178f41d27cb801a8c9069a7d05
Fix MulticoreRegTest.

This test would fail intermittently if gdb on the first hart managed to
set a breakpoint, resume, halt, and clear the breakpoint before the
second hart got a chance to resume.
debug/gdbserver.py
debug/testlib.py