Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-18 | Make DownloadTest pass on boards with little RAM. | Tim Newsome | 1 | -1/+4 | |
2016-07-18 | Increase TCK speed. | Tim Newsome | 2 | -1/+2 | |
2016-07-18 | Write command to logfile. | Tim Newsome | 1 | -0/+2 | |
2016-07-18 | Add test for debuginfo symbols. | Tim Newsome | 1 | -0/+8 | |
Currently fails with 32-bit tools. | |||||
2016-07-18 | Add explicit test for stepping over branches/jumps. | Tim Newsome | 2 | -1/+46 | |
2016-07-18 | Improve formatting. Add examples. | Tim Newsome | 1 | -3/+26 | |
2016-07-18 | Increase "load" timeout. | Tim Newsome | 1 | -3/+3 | |
2016-07-18 | Bump up speed. | Tim Newsome | 1 | -1/+1 | |
2016-07-18 | Add a few tips. | Tim Newsome | 1 | -0/+12 | |
2016-07-18 | Update IDCODE. | Tim Newsome | 1 | -1/+1 | |
2016-07-18 | Add test_hwbp_2. | Tim Newsome | 1 | -1/+12 | |
2016-07-18 | Add test_too_many_hwbp. | Tim Newsome | 1 | -0/+7 | |
2016-07-18 | Fix hwbp test. | Tim Newsome | 1 | -1/+1 | |
2016-07-18 | Add hwbp test (currently doesn't pass). | Tim Newsome | 2 | -0/+16 | |
2016-07-18 | Fix cut and paste bug in test_change_pc | Tim Newsome | 1 | -1/+1 | |
2016-07-18 | Make tests work with broken 32-bit compiler. | Tim Newsome | 3 | -11/+34 | |
Apparently the 32-bit compiler doesn't generate good enough debug info for gdb to know what function we're in, which also means it doesn't know where the local variables in those functions are stored. | |||||
2016-07-18 | Add simple register tests. | Tim Newsome | 4 | -42/+76 | |
Make the RegsTest case a bit more comprehensible. | |||||
2016-07-18 | Add block test. | Tim Newsome | 6 | -16/+74 | |
2016-07-18 | Test all memory access sizes. | Tim Newsome | 1 | -24/+36 | |
2016-07-18 | All tests pass with spike now. | Tim Newsome | 6 | -198/+72 | |
I did comment out a couple. | |||||
2016-07-18 | Made some progress towards working with spike. | Tim Newsome | 8 | -97/+338 | |
I'm writing all the tests so they should just work on real hardware, too. | |||||
2016-07-18 | WIP on debug testing. | Tim Newsome | 12 | -0/+778 | |
./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. |