allow interactive "reg" command to dump all registers
authorMike Frysinger <vapier@gentoo.org>
Fri, 5 Jun 2015 13:17:19 +0000 (21:17 +0800)
committerMike Frysinger <vapier@gentoo.org>
Fri, 5 Jun 2015 13:17:19 +0000 (21:17 +0800)
commit3e8ad1eab377710dd1f2df192bdec20536b11840
treebdd1d7a2b1efe708a22e7549ef06466005a937ee
parent74225c6f45ae5e79c03a73012fdfb64791d24748
allow interactive "reg" command to dump all registers

It you want to scan all the registers at once (or at least a few), having
to dump them one by one is kind of a pain.  Change the behavior so that if
the register number is omitted, it'll dump all of them.
riscv/interactive.cc