Hi,
On 09/06/2018 09:57 PM, Miro Kropáček wrote:
Hi there,
is there a way how to achieve something like
b vbr ! vbr
I.e. I'm interested in situations when VBR has been changed.
Currently the debugger complains about invalid string.
Please try the attached patch.
Assuming VBR, and rest of the special regs I added, don't
need any special access functions (like SR & PC need),
they "should" work fine with just that.
Only downside to adding new regs to debugger is if their
names would conflict with some program debug symbols,
because register names take always precedence over debug
symbols in the Hatari debugger.