aboutsummaryrefslogtreecommitdiff
path: root/debug/gdbserver.py
AgeCommit message (Expand)AuthorFilesLines
2018-09-04debug: Add first cut to call compliance testscompliance_testsMegan Wachs1-0/+26
2018-08-29Add test case for `riscv expose_custom`.Tim Newsome1-0/+30
2018-08-27Neuter TriggerStoreAddressInstantTim Newsome1-1/+13
2018-08-27Make pylint happy.Tim Newsome1-1/+2
2018-08-25Temporarily disabling PrivChange testAndrew Waterman1-22/+23
2018-08-23Make pylint happy with change d1d2d953b5016b465.Tim Newsome1-2/+3
2018-08-23Merge pull request #153 from dmitryryzhov/rtos-switch-active-threadTim Newsome1-0/+28
2018-08-22Disable MulticoreRunHaltStepiTestTim Newsome1-52/+52
2018-08-22Add debug test, which checks that openocd correctly switch active thread on a...Dmitry Ryzhov1-0/+28
2018-08-13Add jump/hbreak test.Tim Newsome1-0/+23
2018-07-03rwatch/watch on explicit addressTim Newsome1-2/+4
2018-05-18Fix MulticoreRunHaltStepiTestTim Newsome1-19/+37
2018-05-14Merge remote-tracking branch 'origin/downloadtest' into debug-tests-more-singleMegan Wachs1-17/+4
2018-05-14Make DownloadTest properly park other harts.Tim Newsome1-1/+2
2018-05-14debug: remove some unintentionally added newlinesMegan Wachs1-2/+0
2018-05-14debug: Fixing the non-RTOS behavior for DownloadTestMegan Wachs1-7/+16
2018-05-11debug: mark more tests as single-hart testsMegan Wachs1-6/+13
2018-04-30Fix formatting to make pylint happy.Tim Newsome1-5/+6
2018-04-27debug: need to clear satp before changing privdebug-clear-satpMegan Wachs1-0/+7
2018-04-09Compute gdb command timeout based on ops estimateTim Newsome1-1/+1
2018-03-01Ensure an error when reading a non-existent CSR.Tim Newsome1-0/+13
2018-02-09Test resuming from a trigger.resume_from_triggerTim Newsome1-0/+5
2018-01-08Deal with gdb reporting pmpcfg0 not existing.Tim Newsome1-3/+7
2018-01-05Add test for multicore failureTim Newsome1-0/+28
2017-12-27Test FPRs that aren't XLEN in size.Tim Newsome1-0/+6
2017-12-20Verify that F18 does not exist on FPU-less targetsTim Newsome1-17/+20
2017-12-01Ensure there are no unnamed registers.Tim Newsome1-0/+2
2017-11-19Make pylint happy.Tim Newsome1-1/+2
2017-11-16Debug: Use the --32 and --64 command line arguments (#97)Megan Wachs1-4/+0
2017-11-16Disable PMP for PrivRw test.Tim Newsome1-0/+5
2017-11-15Clarify PrivTest detail.Tim Newsome1-0/+2
2017-11-02Add --print-log-names to print temp log names ASAPTim Newsome1-0/+2
2017-11-01Make pylint 1.6.5 happy.Tim Newsome1-1/+1
2017-11-01Test register aliases in the simple register testsTim Newsome1-9/+17
2017-11-01Fix MulticoreRegTest.Tim Newsome1-58/+54
2017-10-31Temporarily comment out MulticoreRegTest due to flakiness.Richard Xia1-57/+58
2017-10-19Get helpful gdb output in MemTestBlock.Tim Newsome1-1/+4
2017-10-04Resurrect priv tests.Tim Newsome1-52/+51
2017-09-29Fix tests to work in multi-gdb mode.Tim Newsome1-12/+17
2017-09-19Allow multiple reset vectors.Tim Newsome1-1/+1
2017-09-18Add interrupts to MulticoreRunHaltStepiTest.Tim Newsome1-1/+8
2017-09-14Test debugging code with interrupts.Tim Newsome1-0/+43
2017-09-01Add some infrastructure for multicore tests.Tim Newsome1-1/+1
2017-08-28Make MemTestBlock output a more descriptive error.Tim Newsome1-11/+15
2017-08-28Fix MemTest* after sloppy rebase.Tim Newsome1-2/+2
2017-08-28Rename test to MulticoreRunHaltStepiTest.Tim Newsome1-1/+1
2017-08-28WIP multicore testing.Tim Newsome1-5/+31
2017-08-28Make the debug tests aware of multicore.Tim Newsome1-46/+47
2017-08-28Increase delay in UserInterrupt.Tim Newsome1-1/+1
2017-08-13Make MemTest* catch reading too many words.Tim Newsome1-7/+6