mw_debug: Add support for reading GSPRs and writing memory
authorPaul Mackerras <paulus@ozlabs.org>
Sat, 2 May 2020 03:31:07 +0000 (13:31 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 8 May 2020 02:12:01 +0000 (12:12 +1000)
commit3340d8aa9fac6acaef70d3f48ed8e47d8afb7374
tree73e2e15194d9d5f065299037d927a3cc96bb1eec
parentdd2e71930c6854f2d251526ff29041c5d90e8e24
mw_debug: Add support for reading GSPRs and writing memory

This adds a "gpr" command for reading 1 or more GPRs/fast SPRs,
and a "mw" command for writing an 8-byte value to memory.  It also
adds an "icreset" command for resetting the instruction cache
and fixes the "creset" command to actually reset the core instead
of starting it.  The MSR is now printed along with the NIA in the
status information.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
scripts/mw_debug/mw_debug.c