Smoketest multicore.
authorTim Newsome <tim@sifive.com>
Tue, 20 Jun 2017 22:02:28 +0000 (15:02 -0700)
committerTim Newsome <tim@sifive.com>
Tue, 20 Jun 2017 22:02:28 +0000 (15:02 -0700)
commit9ff4594d26f485495f47d4473905af9c4f10caa8
tree822f1c2355640dddb31d92e4e748008583ee12d1
parent9e313f30205b8172290831c3af18b0779e9b15f2
Smoketest multicore.

When connecting to gdb, select a random thread and use that for the
current test.

Also replace infinite_loop with something that will later allow
smoketesting of more than one thread.
debug/programs/infinite_loop.S [new file with mode: 0644]
debug/programs/infinite_loop.c [deleted file]
debug/testlib.py