| Age | Commit message (Collapse) | Author | Files | Lines |
|
Now it doesn't rely on malloc, which can be tricky to get to work in and
of itself.
|
|
Now gdb can call functions and change strings.
|
|
|
|
|
|
Apparently the 32-bit compiler doesn't generate good enough debug info
for gdb to know what function we're in, which also means it doesn't know
where the local variables in those functions are stored.
|
|
I'm writing all the tests so they should just work on real hardware,
too.
|
|
./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.
|