[hatari-devel] Debugger usage examples?
Eero Tamminen
eerot at users.berlios.de
Sat Jun 18 16:27:24 CEST 2011
Hi,
On lauantai 11 kesäkuu 2011, Laurent Sallafranque wrote:
> Isn't it possible to have a "d pc" or "dd pc" command ?
I just commited support for using register etc names directly
for any command that accepts ranges, such as "d", "dd", "m" and
"dm" commands.
I.e. you can now do:
d pc
m bss
Instead of needing to do:
d "pc"
m "bss"
Latter of course still works, but quoting is necessary only if
you want to do arithmetic operations like in:
m "bss + (a0)"
d "pc-$20"-pc
Like earlier, command line TAB-completion for these commands
supports (only) the loaded CPU & DSP symbol names.
- Eero
More information about the hatari-devel
mailing list