File:  [HATARI the Atari ST Emulator] / hatari / tools / hconsole / example-debugger
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 9 08:52:25 2019 UTC (7 years, 3 months ago) by root
Branches: hatari, MAIN
CVS tags: hatari02210, hatari02200, hatari02100, hatari02000, hatari01900, hatari01800, hatari01700, hatari01620, HEAD
hatari 1.6.2

# Show disassembly from address in A0 when debugger is entered:
lock regaddr disasm a0

# Track when GEMODS is called with the Dgetdrv() opcode
# (happens e.g. when EmuTOS console prints the prompt):
breakpoint  GemdosOpcode < 0xffff  &&  GemdosOpcode = 0x19  :lock

# NOTE: "info" flag above will cause this to be just traced and
# information specified by "lock" command above to be printed,
# debugger won't interrupt the emulation.
#
# This is important when using hconsole because entering the Hatari
# debugger (and its line editing) will mess up the terminal from
# which hconsole is run from.  At least until user has blindly
# typed "cont" to the Hatari debugger so that Hatari emulation
# continues.

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.