aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/trigger.S
AgeCommit message (Collapse)AuthorFilesLines
2017-05-16Link in encoding.h instead of providing a path to itPalmer Dabbelt1-1/+1
2016-12-27Use compressed code if the target supports it.Tim Newsome1-0/+1
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-12-07Use XLEN macro for these sources as well.Tim Newsome1-1/+1
All tests pass on spike32 and spike64 again.
2016-12-06avoid non-standard predefined macrosAndrew Waterman1-2/+2
2016-09-29Update dmode test to match spec.Tim Newsome1-33/+53
M-mode writes to triggers with dmode set are now ignored instead of raising an exception. Also added -f/--fail-fast option to gdbserver.
2016-09-02Fix/add to instant trigger tests.Tim Newsome1-1/+3
2016-09-01Add some immediate trigger tests.Tim Newsome1-6/+6
2016-09-01Create TriggerTest.Tim Newsome1-0/+97