aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/init.c
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14Test debugging code with interrupts.Tim Newsome1-1/+1
2017-09-01Add some infrastructure for multicore tests.Tim Newsome1-0/+23
When compiling, define the number of harts. This means we only need to allocate a lot of stack if there are a lot of harts.
2016-07-18Made some progress towards working with spike.Tim Newsome1-2/+12
I'm writing all the tests so they should just work on real hardware, too.
2016-07-18WIP on debug testing.Tim Newsome1-0/+14
./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.