aboutsummaryrefslogtreecommitdiff
path: root/debug/README.md
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2016-06-04 13:19:45 -0700
committerTim Newsome <tim@sifive.com>2016-07-18 18:51:54 -0700
commitf29d14a877d4873c12fa80c9df5b265474a85b05 (patch)
tree4be1b7db118488f084499a91556b16e05342412c /debug/README.md
parent0849aad0c23f24ed7728128873fc852839e988b1 (diff)
downloadriscv-tests-f29d14a877d4873c12fa80c9df5b265474a85b05.zip
riscv-tests-f29d14a877d4873c12fa80c9df5b265474a85b05.tar.gz
riscv-tests-f29d14a877d4873c12fa80c9df5b265474a85b05.tar.bz2
WIP on debug testing.
./gdbserver.py --m2gl_m2s --openocd "$HOME/SiFive/openocd/src/openocd -s $HOME/SiFive/openocd/tcl" -- RegsTest.test_write_gprs doesn't fail in a completely crazy way.
Diffstat (limited to 'debug/README.md')
-rw-r--r--debug/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug/README.md b/debug/README.md
new file mode 100644
index 0000000..2be795b
--- /dev/null
+++ b/debug/README.md
@@ -0,0 +1,3 @@
+Debugging requires many of a system components to all work together. The goal
+is to collect some tests that test gdb with spike, and gdb talking to real
+hardware through openocd.