Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-27 | Use compressed code if the target supports it. | Tim Newsome | 1 | -2/+6 | |
The main change was to read misa before running any other test. If misa indicates C is supported, then use compressed code. This required changing some tests, mostly to ensure correct alignment. The single step test also needs to know the correct addresses to step through in compressed code. Only print at most 1000 lines from each log file. | |||||
2016-07-18 | Test step over invalid instruction. | Tim Newsome | 1 | -7/+14 | |
2016-07-18 | Add explicit test for stepping over branches/jumps. | Tim Newsome | 1 | -0/+17 | |