applet.jtag.mips: add proper description.
by whitequark 6 years 11 months
51125112
applet.jtag.mips: implement all register writes.
by whitequark 6 years 11 months
applet.jtag.mips: implement all register writes.

This concludes the implementation of the MIPS EJTAG GDB remote
server.
b29c6e7d
arch.mips: reorganize.
by whitequark 6 years 11 months
9d6bdd96
applet.jtag.mips: implement software breakpoint su...
by whitequark 6 years 11 months
applet.jtag.mips: implement software breakpoint support.

Also display some cache info on PrAcc probe.
e18f3f1a
applet.jtag.mips: implement hardware breakpoint su...
by whitequark 6 years 11 months
applet.jtag.mips: implement hardware breakpoint support.
c4b89afb
applet.jtag.mips: implement memory writes.
by whitequark 6 years 11 months
287ee581
applet.jtag.mips: implement single register reads ...
by whitequark 6 years 11 months
applet.jtag.mips: implement single register reads and writes.
6eb30dc5
applet.mips.jtag: implement single stepping.
by whitequark 6 years 11 months
05e910ab
arch.mips_ejtag: extract from applet.jtag.mips.
by whitequark 6 years 11 months
de6c8acd
applet.jtag.mips: add (read-only) gdb remote proto...
by whitequark 6 years 11 months
applet.jtag.mips: add (read-only) gdb remote protocol support.

The only supported operations right now are:
* stopping target
* resuming target
* reading registers
* reading memory
53e6f528
Report a bug