aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/start.S
AgeCommit message (Collapse)AuthorFilesLines
2017-08-28Make the debug tests aware of multicore.Tim Newsome1-12/+0
Targets now contain an array of harts. When running a regular test, one hart is selected to run the test on while the remaining harts are parked in a safe infinite loop. There's currently only one test that tests multicore behavior, but there could be more. The infrastructure should be able to support heterogeneous multicore, but I don't have a target like that to test with.
2016-07-18WIP on debug testing.Tim Newsome1-0/+12
./gdbserver.py --m2gl_m2s --openocd "$HOME/SiFive/openocd/src/openocd -s $HOME/SiFive/openocd/tcl" -- RegsTest.test_write_gprs doesn't fail in a completely crazy way.