aboutsummaryrefslogtreecommitdiff
path: root/debug/programs
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Add tests for memory sampling feature. (#300)Tim Newsome1-0/+2
2020-06-25Create a more sophisticated vector test (#284)Tim Newsome1-0/+159
2020-05-26Test semihosting calls (#280)Tim Newsome2-0/+155
2020-03-26Improve address translation tests (#261)Tim Newsome1-4/+16
2020-02-11Generate very different values on different harts. (#238)Tim Newsome1-0/+1
2020-01-09Smoke test virtual address translation support. (#233)Tim Newsome5-13/+182
2019-07-15Make tests work with RV32E targets. (#196)Tim Newsome2-4/+13
2019-04-04Test simultaneous resume using hasel. (#186)Tim Newsome2-17/+18
2019-03-11Add SmpSimultaneousRunHalt test. (#181)Tim Newsome1-0/+17
2018-11-12Simpler/more idiomatic way to keep string on stackTim Newsome1-4/+1
2018-10-29Almost all tests pass with HiFive1-flashTim Newsome1-1/+1
2018-10-29Tweak debug tests to run out of flash.Tim Newsome2-1/+5
2018-10-05Make HwWatchpoint test fail on incorrect result.hw_watchpointTim Newsome1-1/+1
2018-10-03Added tests for hw and sw watchpointscgsfv1-0/+17
2018-09-13Put debug test stack in data instead of textTim Newsome1-0/+1
2018-04-27debug: add missing align directive on trap_entrytrap_entry_align-1Megan Wachs1-0/+1
2018-02-09Test resuming from a trigger.resume_from_triggerTim Newsome1-10/+3
2017-11-27Rename sbadaddr to satpAndrew Waterman1-3/+3
2017-09-19Merge pull request #76 from riscv/multicoreTim Newsome2-13/+20
2017-09-19Forgot to commit this earlier.Tim Newsome1-0/+20
2017-09-18Add interrupts to MulticoreRunHaltStepiTest.Tim Newsome2-13/+20
2017-09-14Test debugging code with interrupts.Tim Newsome3-4/+34
2017-09-01Add some infrastructure for multicore tests.Tim Newsome2-8/+30
2017-08-28Forgot to add this file.Tim Newsome1-0/+81
2017-08-28WIP multicore testing.Tim Newsome1-7/+36
2017-08-28Make the debug tests aware of multicore.Tim Newsome2-12/+7
2017-07-20Add back code to clean up triggers in entry.STim Newsome1-0/+9
2017-07-03Don't clear triggers during execution.Tim Newsome1-9/+0
2017-06-27Tolerate missing misa register.Tim Newsome1-1/+7
2017-06-22Add basic multicore test.Tim Newsome1-33/+36
2017-06-20Smoketest multicore.Tim Newsome2-9/+40
2017-06-15Test 64-bit addressing.Tim Newsome2-9/+4
2017-05-16Link the infinate loop at 0x10000000Palmer Dabbelt1-0/+0
2017-05-16Link in encoding.h instead of providing a path to itPalmer Dabbelt5-4/+5
2017-04-18debug: Don't halt out of reset. It's unrealistic. Use a program which loops (...Megan Wachs2-0/+14
2017-04-14debug: checkpoint of trying to get simulation tests workingMegan Wachs2-2/+17
2017-03-29Prohibit relaxing the initial gp generationPalmer Dabbelt1-0/+3
2017-03-29Change the global pointer symbol to __global_pointer$Palmer Dabbelt1-1/+1
2016-12-27Use compressed code if the target supports it.Tim Newsome2-2/+7
2016-12-07Use XLEN macro for these sources as well.Tim Newsome3-4/+4
2016-12-07Use our own XLEN macro.Tim Newsome1-1/+1
2016-12-06avoid non-standard predefined macrosAndrew Waterman4-6/+6
2016-09-29Update dmode test to match spec.Tim Newsome1-33/+53
2016-09-29Clear triggers during entry.Tim Newsome1-0/+9
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
2016-08-16Simplify test_function_call.Tim Newsome1-0/+18
2016-07-28Add tests for virtual priv register.Tim Newsome1-0/+11
2016-07-19Add 32-bit support.Tim Newsome1-1/+9