[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Missing clobbered register in gemlib



Eero Tamminen wrote:
But MonST2 does not work on ARAnyM.

What exactly doesn't work under Aranym?

Not specially ARAnyM, but the 68040 and the video mode.
I don't remember well, but there is a warning message at startup about the wrong CPU, and it works only in ST video modes... so pretty useless for debugging modern graphics software.

See:
http://hg.berlios.de/repos/hatari/raw-file/tip/doc/manual.html#The debugger

Supports tracing DSP&  CPU instruction flow, setting conditional breakpoints
on CPU&  DSP&  memory states etc.

Thanks for that information.

It doesn't support showing symbols for the (CPU) code, but if somebody
provides documentation on the Atari binary debug data format, some kind of
a support for it might be considered.

The debug info is never loaded into memory (except by debuggers). For providing symbols in the Hatari debugger, you would have to find the executable path from somewhere, and load the debug info from it. Everything is possible in an emulator, but it could be tricky.

--
Vincent Rivière