aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/step.S
AgeCommit message (Collapse)AuthorFilesLines
2016-12-27Use compressed code if the target supports it.Tim Newsome1-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-18Test step over invalid instruction.Tim Newsome1-7/+14
2016-07-18Add explicit test for stepping over branches/jumps.Tim Newsome1-0/+17