index
:
riscv-tests.git
attempt-travis-fix
ceasetest2
compliance_tests
cs152-sp18-lab3
debug
debug-0.13
debug-clear-satp
debug-delete-sim
debug_auth
debug_disassemble
disable_unavailable
dma-memcpy
eos20-bringup
hw_watchpoint
interrupts
master
misc
no_progbuf
priv
privchange-dontdeleteme
python3
rekall
resume_from_trigger
riscv-tests-sail
rtos
rvt-master
smi-demo
split-isa-tests
sqrt-171
tmp
trap_entry_align
trap_entry_align-1
travis-dev
trigger_priority
usb_error
xlen_fix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debug
/
testlib.py
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-14
Work better with mainline gdb (#192)
Tim Newsome
1
-15
/
+38
2019-05-16
Cover with/without halt groups. (#191)
Tim Newsome
1
-7
/
+14
2019-04-08
Test lack of abstract CSR access. (#187)
Tim Newsome
1
-2
/
+5
2019-04-04
Test simultaneous resume using hasel. (#186)
Tim Newsome
1
-1
/
+6
2019-03-11
Add SmpSimultaneousRunHalt test. (#181)
Tim Newsome
1
-10
/
+20
2019-02-14
Test `-rtos hwthread` (#178)
Tim Newsome
1
-11
/
+10
2018-12-31
Add testing of run-test/idle cases.
Tim Newsome
1
-1
/
+10
2018-12-03
Reduce download size a bit.
Tim Newsome
1
-2
/
+1
2018-10-31
Fix remaining tests to work from flash:
Tim Newsome
1
-2
/
+5
2018-10-29
Tweak debug tests to run out of flash.
Tim Newsome
1
-1
/
+3
2018-10-05
Make HwWatchpoint test fail on incorrect result.
hw_watchpoint
Tim Newsome
1
-1
/
+1
2018-10-03
Added tests for hw and sw watchpoints
cgsfv
1
-0
/
+15
2018-08-31
Fix CustomRegisterTest.
Tim Newsome
1
-4
/
+4
2018-08-29
Add test case for `riscv expose_custom`.
Tim Newsome
1
-0
/
+12
2018-08-23
Get all of the log into the final log file
Tim Newsome
1
-6
/
+20
2018-06-18
Add reproduce line to the end of debug test logs
Tim Newsome
1
-0
/
+2
2018-05-18
Fix MulticoreRunHaltStepiTest
Tim Newsome
1
-4
/
+9
2018-05-14
Merge remote-tracking branch 'origin/downloadtest' into debug-tests-more-single
Megan Wachs
1
-4
/
+7
2018-05-14
Make DownloadTest properly park other harts.
Tim Newsome
1
-4
/
+7
2018-05-11
debug: output some more useful info into the post-mortem data
Megan Wachs
1
-0
/
+5
2018-04-24
Fix race when making logs directory
Tim Newsome
1
-1
/
+5
2018-04-09
Compute gdb command timeout based on ops estimate
Tim Newsome
1
-13
/
+17
2018-03-27
Test debug authentication.
Tim Newsome
1
-0
/
+1
2018-03-23
Print log filename at the end of the log.
Tim Newsome
1
-0
/
+1
2018-03-01
Test debugging with/without a program buffer
Tim Newsome
1
-1
/
+6
2018-02-09
Test resuming from a trigger.
resume_from_trigger
Tim Newsome
1
-0
/
+1
2018-01-08
Deal with gdb reporting pmpcfg0 not existing.
Tim Newsome
1
-0
/
+9
2018-01-05
Add test for multicore failure
Tim Newsome
1
-5
/
+12
2017-12-27
Test FPRs that aren't XLEN in size.
Tim Newsome
1
-4
/
+8
2017-12-20
Remove `set arch riscv:rv%d`
Tim Newsome
1
-1
/
+0
2017-12-12
Display env variables used when invoking OpenOCD
Tim Newsome
1
-1
/
+6
2017-11-30
Clean up VcsSim init()
Tim Newsome
1
-2
/
+12
2017-11-19
Ensure log file is fully written before reading it
Tim Newsome
1
-0
/
+1
2017-11-19
Make pylint happy.
Tim Newsome
1
-2
/
+3
2017-11-16
Debug: Use the --32 and --64 command line arguments (#97)
Megan Wachs
1
-6
/
+12
2017-11-02
Add --print-log-names to print temp log names ASAP
Tim Newsome
1
-5
/
+15
2017-11-02
Ensure gdb connection failures end up in main log.
Tim Newsome
1
-9
/
+18
2017-11-02
debug: Need to apply remotetimeout before connecting to remote target (#94)
Megan Wachs
1
-6
/
+7
2017-11-01
Make pylint 1.6.5 happy.
Tim Newsome
1
-2
/
+1
2017-11-01
Fix MulticoreRegTest.
Tim Newsome
1
-1
/
+11
2017-10-04
Merge pull request #79 from riscv/multigdb
Tim Newsome
1
-79
/
+168
2017-09-29
Make ExamineTarget multi-core aware.
Tim Newsome
1
-18
/
+23
2017-09-29
Fix tests to work in multi-gdb mode.
Tim Newsome
1
-70
/
+168
2017-09-22
Remove unused function.
Tim Newsome
1
-9
/
+0
2017-09-15
Don't read entire log into RAM just to print it.
Tim Newsome
1
-2
/
+1
2017-09-14
misa is stored in the hart now, not the target
Tim Newsome
1
-6
/
+6
2017-09-14
When spike fails to launch, display its output.
Tim Newsome
1
-21
/
+29
2017-09-14
Call postMortem() when a test fails.
Tim Newsome
1
-0
/
+10
2017-09-14
Clarify timeout units.
Tim Newsome
1
-0
/
+1
2017-09-01
Add some infrastructure for multicore tests.
Tim Newsome
1
-2
/
+2
[next]