Re: [hatari-devel] removed limits on breakpoints (was: breakpoint on CALL_SUBRETURN condition doesn't work) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] removed limits on breakpoints (was: breakpoint on CALL_SUBRETURN condition doesn't work)
- From: Eero Tamminen <oak@xxxxxxxxxxxxxx>
- Date: Thu, 17 Apr 2014 22:28:46 +0300
- Organization: Koti
Hi,
On sunnuntai 13 huhtikuu 2014, Eero Tamminen wrote:
> If that large amount of them is (potentially) needed, it would be
> better to change conditions and breakpoints to be allocated dynamically.
> I looked at the code and that shouldn't have effect on the breakpoint
> checking code / its speed.
FYI: I changed breakpoints and their conditions to be allocated dynamically.
(Having extensive pass and fail tests for them was very useful.)
- Eero