aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/infinite_loop.c
AgeCommit message (Collapse)AuthorFilesLines
2017-06-20Smoketest multicore.Tim Newsome1-9/+0
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.
2017-06-15Test 64-bit addressing.Tim Newsome1-9/+4
The spike64 target now links all test programs at 0x7fff_ffff_ffff_0000. Also a minor change to log file naming so that 'make all' works again. I'll fix this better later.
2017-04-18debug: Don't halt out of reset. It's unrealistic. Use a program which loops ↵Megan Wachs1-0/+14
(actually it just gets an exception anyway).