Re: [hatari-devel] regression in debugger / disasm ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Tue, 24 Dec 2013 18:08:05 +0100
schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
> Le 24/12/2013 17:59, Nicolas Pomarède a écrit :
> > Hello
> >
> > when entering the debugger, I don't get any 68000 output anymore,
> > just some DC.W lines ; do other people see this too ?
> >
> > example :
> >
> > d fc0000
> > $fc0000 : 602e DC.W $602e
> > $fc0002 : 0102 DC.W $0102
> > $fc0004 : 00fc DC.W $00fc
> > $fc0006 : 0030 DC.W $0030
> > $fc0008 : 00fc DC.W $00fc
> > $fc000a : 0000 DC.W $0000
> > $fc000c : 0000 DC.W $0000
> > $fc000e : 8900 DC.W $8900
> >
> > Could this be related to latest natfeats changes ? (but I don't see
> > how/why). Or a change of config file ?
> >
> > What is strange, is that I get this with hatari 1.7 too, not just
> > the devel version ...
> >
>
> Well, if I use "--disasm uae", it works. But with "--disasm ext" I
> only get dc.w . Can someone test if "--disasm ext" still works ? I
> just reinstalled all my linux pc and I wonder if a change of
> gcc/tools could have broken the ext disasm ?
Works for me (GCC version 4.7.2). Which GCC version are you using?
What are your settings in the [Debugger] section of your hatari.cfg
file?
Thomas
PS: Something is currently also wrong with the colors in the latest hg
tip. Each time I boot, the desktop appears with a slightly different
white as background (using TOS 2.06).
PPS: Happy holidays everybody!