Re: [hatari-devel] TAT's debugger |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] TAT's debugger
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 4 Sep 2021 15:40:38 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1630770039; bh=qklIr+ym3oYv0AmXuvvYQ7/1uDTugniTMI81T67TivU=; h=Date:From:To:Subject:From; b=VMQ3DkRQkup58cLwhPC3Qv0OL2sfBRtRDya2cNnlc2KcG2R+qtAAfD4ix8YGhSzuN FJYYL5/IZm43GYBP30ppdzyiwom3sHUhjgdh73l0L7pB3p6IAM1WhaKRvob6WlxzKd p2v675SsuPJxmvcWcS/1asBwkBZDhQcTDlm6869HDI3Z+QVlKrthn1BUhOlq6bE4v5 qclZ2RGEChxwTfOcxTO71jifZ/lZXkcBwO4B+IR+wrT7F4ZMjeFOLPS1QDpu4xjtGI HJON8Pap3WJn+raERtqFp04lsBNGfFFj2u6JXHBUeMet9r+j2kyKU8kOfpDvXgf0hN 2O7r6UTx2ymjQ==
Am Fri, 27 Aug 2021 21:41:46 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> Hi,
>
> On 26.8.2021 23.26, Nicolas Pomarède wrote:
> > Le 26/08/2021 à 20:41, Troed Sångberg a écrit :
> >> I did - it was discussed on #atariscne IRC a few times during
> >> development. I haven't had time to test it yet but considering the
> >> demoscene origin I expect I will love it :)
> >>
> >> The obvious question then becomes whether to mainline the new
> >> debugger interface.
> >
> > just had a look at the screenshot, and there're definitely some
> > good ideas. Maybe we need to let Tat settle things first and then
> > see how it could be added to main hatari.
> > the gfx debugger is nice (although I have a
> > much-better-never-released version myself as a stand alone 68000
> > program :) )
> >
> > From what I understand, the debugger UI uses a separate dir + some
> > patches to support sending commands over TCP to hatari, so it seems
> > quite posible to do, depending on Tat's will.
>
> I think I got the Hatari modifications extracted
> from Steven's Github repo, they're in the attached
> patch.
>
> Would this part of those changes be acceptable:
> https://github.com/tattlemuss/hatari/commit/b0e77a84f13cbb9b010f63b12b3652ff0ef62732
> ?
I definitely don't like the idea of having yet another way of
triggering the debugger (i.e. the ioMemTab*.c changes) ... we have
already two ways of triggering the debugger (natfeats and xbios), that
should be enough, shouldn't it?
Thomas