aboutsummaryrefslogtreecommitdiff
path: root/debug/programs
AgeCommit message (Expand)AuthorFilesLines
2018-04-27debug: add missing align directive on trap_entrytrap_entry_alignMegan 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
2016-07-19I think I've finally got malloc working right.Tim Newsome2-5/+8
2016-07-19Make variables local again, now that gdb is "fixed."Tim Newsome1-6/+2
2016-07-19Add test for gdb function calls.Tim Newsome2-0/+602
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
2016-07-18Make tests work with broken 32-bit compiler.Tim Newsome1-2/+6
2016-07-18Add simple register tests.Tim Newsome1-30/+31
2016-07-18Add block test.Tim Newsome2-2/+2
2016-07-18All tests pass with spike now.Tim Newsome3-4/+139
2016-07-18Made some progress towards working with spike.Tim Newsome4-55/+85
2016-07-18WIP on debug testing.Tim Newsome6-0/+181