Add test for multicore failure
authorTim Newsome <tim@sifive.com>
Fri, 5 Jan 2018 22:25:57 +0000 (14:25 -0800)
committerTim Newsome <tim@sifive.com>
Fri, 5 Jan 2018 22:25:57 +0000 (14:25 -0800)
commitc2e2e06836b597d983c98f33a7ea38e8e4889935
tree054a2cf206a8f78303a110cf6114e57d12a3bb11
parent03447f08863f1f25243c52a2139d0c968157a9f8
Add test for multicore failure

Specifically, make sure that after resuming all cores, and halting core
0, that OpenOCD's poll() doesn't mess up the currently selected hart to
the point where memory accesses intended for core 0 go to core 1.
debug/gdbserver.py
debug/testlib.py