Remove gdbserver support.
authorTim Newsome <tim@sifive.com>
Fri, 10 Feb 2017 04:50:14 +0000 (20:50 -0800)
committerTim Newsome <tim@sifive.com>
Fri, 10 Feb 2017 04:50:14 +0000 (20:50 -0800)
commita62a8196798141f3e76bc27da7671ab93951a677
tree70bffe743fb5628c6d43177d2f9ac54ee85252e6
parentc704a804ba29af44ec74f74f0fc3c8a6b5281b94
Remove gdbserver support.

Maybe some day we can bring it back, implementing direct access into
registers and memory so it would be fast. That would be the way to
usefully debug code running in spike, as opposed to the way that mirrors
the actual debug design as it might be implemented in hardware.
riscv/debug_defines.h
riscv/gdbserver.cc [deleted file]
riscv/gdbserver.h [deleted file]
riscv/processor.cc